| 188 |
SELECT SQL_NO_CACHE lt.*, ltl.`name`, ltl.`content`
FROM `uwhfq_leo_tab` lt
LEFT JOIN `uwhfq_leo_tab_lang` ltl
ON lt.`id_tab` = ltl.`id_tab`
AND ltl.`id_lang` = 1
AND ltl.`id_shop` = 1
WHERE lt.`active` = 1
ORDER BY lt.`position` ASC |
48.924
ms
|
4920 |
Yes
|
|
/modules/leoextratab/LeoTab.php:188
/modules/leoextratab/leoextratab.php:389 (getTabProduct)
/modules/leoextratab/leoextratab.php:319 (createTabHtml)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, 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("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `uwhfq_category_product` cp
LEFT JOIN `uwhfq_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN uwhfq_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `uwhfq_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 uwhfq_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `uwhfq_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `uwhfq_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `uwhfq_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 `uwhfq_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `uwhfq_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `uwhfq_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 16 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 9 |
40.095
ms
|
663 |
Yes
|
|
/classes/Category.php:1074
/src/Adapter/Category/CategoryProductSearchProvider.php:63 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:251 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE lt.*, ltl.`name`, ltl.`content`
FROM `uwhfq_leo_tab` lt
LEFT JOIN `uwhfq_leo_tab_lang` ltl
ON lt.`id_tab` = ltl.`id_tab`
AND ltl.`id_lang` = 1
AND ltl.`id_shop` = 1
WHERE lt.`active` = 1
ORDER BY lt.`position` ASC |
24.016
ms
|
4920 |
Yes
|
|
/modules/leoextratab/LeoTab.php:188
/modules/leoextratab/leoextratab.php:389 (getTabProduct)
/modules/leoextratab/leoextratab.php:320 (createTabHtml)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, c.level_depth, cl.name, cl.link_rewrite
FROM `uwhfq_category` c
INNER JOIN `uwhfq_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `uwhfq_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 <= 955
AND c.id_category IN (
SELECT id_category
FROM `uwhfq_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
6.531
ms
|
478 |
Yes
|
|
/modules/leoproductsearch/leoproductsearch.php:594
/modules/leoproductsearch/leoproductsearch.php:526 (getCategories)
/modules/leoproductsearch/leoproductsearch.php:735 (hookDisplayTop)
/modules/leoelements/includes/widgets/LeoModule.php:242 (renderWidget)
/modules/leoelements/includes/widgets/LeoModule.php:230 (_renderModule)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `uwhfq_category` c
INNER JOIN `uwhfq_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `uwhfq_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 <= 955
ORDER BY `level_depth` ASC, cs.`position` ASC |
6.344
ms
|
478 |
Yes
|
|
/modules/leoelements/leoelements.php:1740
/modules/leoelements/includes/widgets/LeoBlockLink.php:285 (getCategories)
/modules/leoelements/includes/widgets/LeoBlockLink.php:86 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1207 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `uwhfq_category` c
INNER JOIN `uwhfq_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `uwhfq_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 <= 955
ORDER BY `level_depth` ASC, cs.`position` ASC |
6.329
ms
|
478 |
Yes
|
|
/modules/leoelements/leoelements.php:1740
/modules/leoelements/includes/widgets/LeoProductTab.php:114 (getCategories)
/modules/leoelements/includes/widgets/LeoProductTab.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 `uwhfq_configuration` c
LEFT JOIN `uwhfq_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5.546
ms
|
1394 |
|
|
/classes/Configuration.php:162
/classes/Configuration.php:210 (loadConfiguration)
/classes/Configuration.php:283 (get)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 261 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, c.level_depth, cl.name, cl.link_rewrite
FROM `uwhfq_category` c
INNER JOIN `uwhfq_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `uwhfq_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 <= 955
AND c.id_category IN (
SELECT id_category
FROM `uwhfq_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
5.482
ms
|
478 |
Yes
|
|
/modules/leoproductsearch/leoproductsearch.php:594
/modules/leoproductsearch/leoproductsearch.php:526 (getCategories)
/modules/leoproductsearch/leoproductsearch.php:735 (hookDisplayTop)
/modules/leoelements/includes/widgets/LeoModule.php:242 (renderWidget)
/modules/leoelements/includes/widgets/LeoModule.php:230 (_renderModule)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 31 |
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 `uwhfq_configuration` c
LEFT JOIN `uwhfq_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5.391
ms
|
1394 |
|
|
/classes/Configuration.php:162
/classes/Configuration.php:210 (loadConfiguration)
/override/classes/Dispatcher.php:157 (get)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 257 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, c.level_depth, cl.name, cl.link_rewrite
FROM `uwhfq_category` c
INNER JOIN `uwhfq_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `uwhfq_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 <= 955
AND c.id_category IN (
SELECT id_category
FROM `uwhfq_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
5.384
ms
|
478 |
Yes
|
|
/modules/leoproductsearch/leoproductsearch.php:594
/modules/leoproductsearch/leoproductsearch.php:526 (getCategories)
/modules/leoproductsearch/leoproductsearch.php:735 (hookDisplayTop)
/modules/leoelements/includes/widgets/LeoModule.php:242 (renderWidget)
/modules/leoelements/includes/widgets/LeoModule.php:230 (_renderModule)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `uwhfq_module` m
INNER JOIN uwhfq_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `uwhfq_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `uwhfq_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `uwhfq_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` |
5.054
ms
|
642 |
Yes
|
Yes
|
/classes/Hook.php:1481
/classes/Hook.php:789 (getAllHookRegistrations)
/classes/Hook.php:932 (getHookModuleExecList)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 53 |
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 `uwhfq_hook_module` hm
STRAIGHT_JOIN `uwhfq_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `uwhfq_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
4.719
ms
|
676 |
|
|
/classes/Hook.php:475
/classes/Hook.php:522 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:43 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/classes/Product.php:6581 (getManager)
/classes/Product.php:700 (getTaxesRate)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_condition` t
WHERE `id_quantity_discount_rule_group` = 2292
ORDER BY `id_quantity_discount_rule_condition` ASC |
4.644
ms
|
873 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php:46
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5094 (getConditions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_condition` t
WHERE `id_quantity_discount_rule_group` = 2293
ORDER BY `id_quantity_discount_rule_condition` ASC |
4.627
ms
|
873 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php:46
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5094 (getConditions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_condition` t
WHERE `id_quantity_discount_rule_group` = 2286
ORDER BY `id_quantity_discount_rule_condition` ASC |
4.625
ms
|
873 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php:46
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5094 (getConditions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_condition` t
WHERE `id_quantity_discount_rule_group` = 2289
ORDER BY `id_quantity_discount_rule_condition` ASC |
4.604
ms
|
873 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php:46
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5094 (getConditions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_condition` t
WHERE `id_quantity_discount_rule_group` = 2277
ORDER BY `id_quantity_discount_rule_condition` ASC |
4.599
ms
|
873 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php:46
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5094 (getConditions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_condition` t
WHERE `id_quantity_discount_rule_group` = 2280
ORDER BY `id_quantity_discount_rule_condition` ASC |
4.596
ms
|
873 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php:46
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5094 (getConditions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_condition` t
WHERE `id_quantity_discount_rule_group` = 2283
ORDER BY `id_quantity_discount_rule_condition` ASC |
4.541
ms
|
873 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php:46
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5094 (getConditions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `uwhfq_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `uwhfq_hook_alias` ha
INNER JOIN `uwhfq_hook` h ON ha.name = h.name |
4.365
ms
|
0 |
|
|
/classes/Hook.php:1549
/classes/Hook.php:231 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:43 (getIdByName)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/classes/Product.php:6581 (getManager)
/classes/Product.php:700 (getTaxesRate)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `uwhfq_product` p
INNER JOIN uwhfq_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 16 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
3.267
ms
|
663 |
|
|
/classes/Category.php:1001
/src/Adapter/Category/CategoryProductSearchProvider.php:63 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:99 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:251 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE m.*, ml.*
FROM uwhfq_btmegamenu m
LEFT JOIN uwhfq_btmegamenu_lang ml ON m.id_btmegamenu = ml.id_btmegamenu AND ml.id_lang = 1 JOIN uwhfq_btmegamenu_shop ms ON m.id_btmegamenu = ms.id_btmegamenu AND ms.id_shop = 1 WHERE m.`active` = 1 ORDER BY `position` |
3.028
ms
|
54 |
Yes
|
|
/modules/leobootstrapmenu/classes/Btmegamenu.php:144
/modules/leobootstrapmenu/classes/Btmegamenu.php:161 (getMenus)
/modules/leobootstrapmenu/leobootstrapmenu.php:2876 (cacheMenusByFields)
/modules/leobootstrapmenu/leobootstrapmenu.php:2841 (prepareHookForApPageBuilder)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:224 (processHookCallBack)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE cl.`id_category`, cl.`link_rewrite`
FROM `uwhfq_category_lang` cl
INNER JOIN `uwhfq_category` c
ON c.`id_category` = cl.`id_category` AND c.`active` = 1
WHERE cl.`id_category` IN (10,11,12,13,15,16,1072,1087,17,18,19,22,23,25,28,29,85,86,87,101,102,103,104,105,106,108,109,110,111,426,427,428,487,42,43,45,46,131,132,133,135,136,137,138,139,140,141,142,143,144,342,356,47,48,50,51,52,53,54,55,56,57,58,145,149,150,151,152,153,155,156,157,158,160,165,166,167,168,170,171,172,173,176,180,181,182,183,184,185,186,187,189,191,192,198,200,201,202,203,204,207,209,210,317,322,343,348,360,424,425,433,434,463,470,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,75,76,78,79,80,82,83,84,246,247,248,249,250,256,257,258,259,263,265,286,313,325,326,331,339,341,390,391,420,421,30,31,32,33,35,36,37,38,39,40,41,112,113,114,115,116,117,118,120,121,122,124,125,126,127,319,320,321,350,1073,1074,1075,1076,1077,1081,1083,1084,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097)
AND cl.`id_lang` = 1 |
2.705
ms
|
478 |
|
|
/modules/agrileader_mobilemenu/agrileader_mobilemenu.php:116
/modules/agrileader_mobilemenu/agrileader_mobilemenu.php:72 (renderMenu)
/classes/Hook.php:1218 (hookDisplayTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_leoelements_contents` a
LEFT JOIN `uwhfq_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 95) LIMIT 1 |
2.703
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1180 (__construct)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE s.*, sl.*, cl.name country, st.iso_code state,
(6371
* acos(
cos(radians(0))
* cos(radians(latitude))
* cos(radians(longitude) - radians(0))
+ sin(radians(0))
* sin(radians(latitude))
)
) distance,
cl.id_country id_country
FROM uwhfq_store s
INNER JOIN uwhfq_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN uwhfq_store_lang sl ON (s.id_store = sl.id_store) AND sl.id_lang = 1
LEFT JOIN uwhfq_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN uwhfq_state st ON (st.id_state = s.id_state)
WHERE s.active = 1 AND cl.id_lang = 1
HAVING distance < 350
ORDER BY distance ASC |
2.585
ms
|
30 |
Yes
|
|
/modules/prestatilldrive/classes/PrestatillDriveConfiguration.php:438
/modules/prestatilldrive/prestatilldrive.php:723 (getAllStores)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_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/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE * FROM `uwhfq_state` ORDER BY `name` ASC |
2.552
ms
|
448 |
Yes
|
|
/classes/Country.php:139
/modules/blockgrouptop/blockgrouptop.php:121 (getCountries)
/modules/blockgrouptop/blockgrouptop.php:224 (getWidgetVariables)
/modules/leoelements/includes/widgets/LeoModule.php:242 (renderWidget)
/modules/leoelements/includes/widgets/LeoModule.php:230 (_renderModule)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `uwhfq_category` c
INNER JOIN uwhfq_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `uwhfq_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `uwhfq_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 16
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.234
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:926
/controllers/front/ProductController.php:868 (getSubCategories)
/controllers/front/ProductController.php:300 (assignCategory)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 657 |
INSERT INTO `uwhfq_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
2.231
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/ObjectModel.php:469 (add)
/classes/Guest.php:236 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:413 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 97 |
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_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(
"2026-06-08 00:00:00",
INTERVAL 2 DAY
)
) > 0 AS new
FROM `uwhfq_accessory`
LEFT JOIN `uwhfq_product` p ON p.`id_product` = `id_product_2`
INNER JOIN uwhfq_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_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 `uwhfq_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `uwhfq_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `uwhfq_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 `uwhfq_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `uwhfq_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN uwhfq_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 2791 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product
ORDER BY pl.`name` |
2.215
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4482
/controllers/front/ProductController.php:359 (getAccessories)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 102 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
2.132
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE l.`id_product_label`,
l.`mini_price`,
l.`max_price`,
l.`quantity`,
l.`quantity_max`,
pl.`url`,
l.`active`,
ll.id_product_label_location, ll.position,
ll.`id_product`,
l.`label_type`,
l.`groups`,
l.`product_condition`,
l.`date_from`,
l.`date_to`,
spl.`priority`
FROM `uwhfq_seosaproductlabels_location` ll
LEFT JOIN `uwhfq_seosaproductlabels_shop` l ON l.id_product_label = ll.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_lang` pl ON pl.id_product_label = l.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` spl ON spl.id_product_label = pl.id_product_label
WHERE l.active = 1 AND (ll.id_product = 3680)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
2.022
ms
|
6150 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:111
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE l.`id_product_label`,
l.`mini_price`,
l.`max_price`,
l.`quantity`,
l.`quantity_max`,
pl.`url`,
l.`active`,
ll.id_product_label_location, ll.position,
ll.`id_product`,
l.`label_type`,
l.`groups`,
l.`product_condition`,
l.`date_from`,
l.`date_to`,
spl.`priority`
FROM `uwhfq_seosaproductlabels_location` ll
LEFT JOIN `uwhfq_seosaproductlabels_shop` l ON l.id_product_label = ll.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_lang` pl ON pl.id_product_label = l.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` spl ON spl.id_product_label = pl.id_product_label
WHERE l.active = 1 AND (ll.id_product = 2468)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.988
ms
|
6150 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:111
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE SUM(s.usable_quantity)
FROM `uwhfq_stock` s
LEFT JOIN `uwhfq_prestatill_stock_per_store` `sbs` ON (s.id_warehouse = sbs.id_warehouse)
LEFT JOIN `uwhfq_store` `store` ON (store.id_store = sbs.id_store)
WHERE (s.id_product = 2791) AND (sbs.is_online = 1) AND (sbs.active_sync = 1) AND (sbs.active_warehouse = 1 AND store.active = 1) LIMIT 1 |
1.977
ms
|
67 |
|
|
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1006
/override/modules/prestatillstockperstore/prestatillstockperstore.php:57 (getProductPhysicalQuantities)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE l.`id_product_label`,
l.`mini_price`,
l.`max_price`,
l.`quantity`,
l.`quantity_max`,
pl.`url`,
l.`active`,
ll.id_product_label_location, ll.position,
ll.`id_product`,
l.`label_type`,
l.`groups`,
l.`product_condition`,
l.`date_from`,
l.`date_to`,
spl.`priority`
FROM `uwhfq_seosaproductlabels_location` ll
LEFT JOIN `uwhfq_seosaproductlabels_shop` l ON l.id_product_label = ll.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_lang` pl ON pl.id_product_label = l.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` spl ON spl.id_product_label = pl.id_product_label
WHERE l.active = 1 AND (ll.id_product = 2032)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.936
ms
|
6150 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:111
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE l.`id_product_label`,
l.`mini_price`,
l.`max_price`,
l.`quantity`,
l.`quantity_max`,
pl.`url`,
l.`active`,
ll.id_product_label_location, ll.position,
ll.`id_product`,
l.`label_type`,
l.`groups`,
l.`product_condition`,
l.`date_from`,
l.`date_to`,
spl.`priority`
FROM `uwhfq_seosaproductlabels_location` ll
LEFT JOIN `uwhfq_seosaproductlabels_shop` l ON l.id_product_label = ll.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_lang` pl ON pl.id_product_label = l.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` spl ON spl.id_product_label = pl.id_product_label
WHERE l.active = 1 AND (ll.id_product = 2897)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.930
ms
|
6150 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:111
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `uwhfq_manufacturer` m INNER JOIN uwhfq_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `uwhfq_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 GROUP BY m.`id_manufacturer`ORDER BY m.`name` ASC |
1.912
ms
|
3 |
Yes
|
Yes
|
/classes/Manufacturer.php:175
/modules/leoelements/includes/widgets/LeoProductTab.php:116 (getManufacturers)
/modules/leoelements/includes/widgets/LeoProductTab.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE l.`id_product_label`,
l.`mini_price`,
l.`max_price`,
l.`quantity`,
l.`quantity_max`,
pl.`url`,
l.`active`,
ll.id_product_label_location, ll.position,
ll.`id_product`,
l.`label_type`,
l.`groups`,
l.`product_condition`,
l.`date_from`,
l.`date_to`,
spl.`priority`
FROM `uwhfq_seosaproductlabels_location` ll
LEFT JOIN `uwhfq_seosaproductlabels_shop` l ON l.id_product_label = ll.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_lang` pl ON pl.id_product_label = l.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` spl ON spl.id_product_label = pl.id_product_label
WHERE l.active = 1 AND (ll.id_product = 2766)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.912
ms
|
6150 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:111
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE l.`id_product_label`,
l.`mini_price`,
l.`max_price`,
l.`quantity`,
l.`quantity_max`,
pl.`url`,
l.`active`,
ll.id_product_label_location, ll.position,
ll.`id_product`,
l.`label_type`,
l.`groups`,
l.`product_condition`,
l.`date_from`,
l.`date_to`,
spl.`priority`
FROM `uwhfq_seosaproductlabels_location` ll
LEFT JOIN `uwhfq_seosaproductlabels_shop` l ON l.id_product_label = ll.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_lang` pl ON pl.id_product_label = l.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` spl ON spl.id_product_label = pl.id_product_label
WHERE l.active = 1 AND (ll.id_product = 2270)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.911
ms
|
6150 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:111
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE l.`id_product_label`,
l.`mini_price`,
l.`max_price`,
l.`quantity`,
l.`quantity_max`,
pl.`url`,
l.`active`,
ll.id_product_label_location, ll.position,
ll.`id_product`,
l.`label_type`,
l.`groups`,
l.`product_condition`,
l.`date_from`,
l.`date_to`,
spl.`priority`
FROM `uwhfq_seosaproductlabels_location` ll
LEFT JOIN `uwhfq_seosaproductlabels_shop` l ON l.id_product_label = ll.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_lang` pl ON pl.id_product_label = l.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` spl ON spl.id_product_label = pl.id_product_label
WHERE l.active = 1 AND (ll.id_product = 2791)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.907
ms
|
6150 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:111
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:367 (prepareHook)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE s.id_country,
s.id_state,
s.id_store,
sl.name,
sl.address1,
sl.address2,
s.postcode,
s.city,
sl.hours,
s.phone,
s.email,
s.fax,
sbs.id_warehouse,
sbs.active_warehouse,
sbs.is_online,
sbs.hide_dealer,
sbs.priority,
sbs.profiles,
w.reference,
w.management_type,
sl.note,
w.id_employee,
sbs.limit_product_sheet,
sbs.display_availability,
sbs.active_sync,
sbs.enable_low_stock_alert,
sbs.low_stock_threshold,
sbs.enable_low_stock_mail,
sbs.low_stock_mail_recipients,
sbs.restricted_group
FROM uwhfq_store s
LEFT JOIN uwhfq_prestatill_stock_per_store sbs ON (s.id_store = sbs.id_store)
LEFT JOIN uwhfq_warehouse w ON (w.id_warehouse = sbs.id_warehouse)
LEFT JOIN uwhfq_store_lang sl ON (s.id_store = sl.id_store) WHERE s.active = 1
AND sl.id_lang = 1 AND sbs.active_warehouse = 1 AND sbs.hide_dealer = 0 ORDER BY sl.name ASC |
1.887
ms
|
24 |
Yes
|
|
/modules/prestatillstockperstore/classes/PrestatillStores.php:314
/override/modules/prestatillstockperstore/prestatillstockperstore.php:29 (getStores)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 662 |
INSERT INTO `uwhfq_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('14347', '', 'preprod.agrileader.cyberscope.dev/2791-orge-hiv-2r-lg-casting.html', '', '2026-06-08 10:29:15') |
1.877
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/ConnectionsSource.php:86 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:413 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE l.`id_product_label`,
l.`mini_price`,
l.`max_price`,
l.`quantity`,
l.`quantity_max`,
pl.`url`,
l.`active`,
ll.id_product_label_location, ll.position,
ll.`id_product`,
l.`label_type`,
l.`groups`,
l.`product_condition`,
l.`date_from`,
l.`date_to`,
spl.`priority`
FROM `uwhfq_seosaproductlabels_location` ll
LEFT JOIN `uwhfq_seosaproductlabels_shop` l ON l.id_product_label = ll.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_lang` pl ON pl.id_product_label = l.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` spl ON spl.id_product_label = pl.id_product_label
WHERE l.active = 1 AND (ll.id_product = 1308)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.862
ms
|
6150 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:111
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 661 |
INSERT INTO `uwhfq_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('12963', '1343', '3628718265', '', '1', '1', '2026-06-08 10:29:15') |
1.841
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/Connection.php:168 (add)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:413 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `uwhfq_hook` h
WHERE (h.active = 1) |
1.825
ms
|
1262 |
|
|
/classes/Hook.php:1589
/classes/Hook.php:890 (getHookStatusByName)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 253 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `uwhfq_country` c INNER JOIN uwhfq_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `uwhfq_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `uwhfq_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC |
1.803
ms
|
241 |
Yes
|
|
/classes/Country.php:127
/modules/blockgrouptop/blockgrouptop.php:121 (getCountries)
/modules/blockgrouptop/blockgrouptop.php:224 (getWidgetVariables)
/modules/leoelements/includes/widgets/LeoModule.php:242 (renderWidget)
/modules/leoelements/includes/widgets/LeoModule.php:230 (_renderModule)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE s.id_country,
s.id_state,
s.id_store,
sl.name,
sl.address1,
sl.address2,
s.postcode,
s.city,
sl.hours,
s.phone,
s.email,
s.fax,
sbs.id_warehouse,
sbs.active_warehouse,
sbs.is_online,
sbs.hide_dealer,
sbs.priority,
sbs.profiles,
w.reference,
w.management_type,
sl.note,
w.id_employee,
sbs.limit_product_sheet,
sbs.display_availability,
sbs.active_sync,
sbs.enable_low_stock_alert,
sbs.low_stock_threshold,
sbs.enable_low_stock_mail,
sbs.low_stock_mail_recipients,
sbs.restricted_group
FROM uwhfq_store s
LEFT JOIN uwhfq_prestatill_stock_per_store sbs ON (s.id_store = sbs.id_store)
LEFT JOIN uwhfq_warehouse w ON (w.id_warehouse = sbs.id_warehouse)
LEFT JOIN uwhfq_store_lang sl ON (s.id_store = sl.id_store) WHERE s.active = 1
AND sl.id_lang = 1 AND sbs.active_warehouse = 1 ORDER BY sl.name ASC |
1.797
ms
|
24 |
Yes
|
|
/modules/prestatillstockperstore/classes/PrestatillStores.php:314
/override/modules/prestatillstockperstore/prestatillstockperstore.php:30 (getStores)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE s.id_country,
s.id_state,
s.id_store,
sl.name,
sl.address1,
sl.address2,
s.postcode,
s.city,
sl.hours,
s.phone,
s.email,
s.fax,
sbs.id_warehouse,
sbs.active_warehouse,
sbs.is_online,
sbs.hide_dealer,
sbs.priority,
sbs.profiles,
w.reference,
w.management_type,
sl.note,
w.id_employee,
sbs.limit_product_sheet,
sbs.display_availability,
sbs.active_sync,
sbs.enable_low_stock_alert,
sbs.low_stock_threshold,
sbs.enable_low_stock_mail,
sbs.low_stock_mail_recipients,
sbs.restricted_group
FROM uwhfq_store s
LEFT JOIN uwhfq_prestatill_stock_per_store sbs ON (s.id_store = sbs.id_store)
LEFT JOIN uwhfq_warehouse w ON (w.id_warehouse = sbs.id_warehouse)
LEFT JOIN uwhfq_store_lang sl ON (s.id_store = sl.id_store) WHERE s.active = 1
AND sl.id_lang = 1 AND sbs.active_warehouse = 1 AND sbs.hide_dealer = 0 AND sbs.is_online = 1 ORDER BY sl.name ASC |
1.719
ms
|
24 |
Yes
|
|
/modules/prestatillstockperstore/classes/PrestatillStores.php:314
/override/modules/prestatillstockperstore/prestatillstockperstore.php:31 (getStores)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `uwhfq_hook` |
1.654
ms
|
1262 |
|
|
/classes/Hook.php:1549
/classes/Hook.php:231 (getAllHookIds)
/classes/Hook.php:941 (getIdByName)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 546 |
SELECT SQL_NO_CACHE l.`id_product_label`,
l.`mini_price`,
l.`max_price`,
l.`quantity`,
l.`quantity_max`,
pl.`url`,
l.`active`,
ll.id_product_label_location, ll.position,
ll.`id_product`,
l.`label_type`,
l.`groups`,
l.`product_condition`,
l.`date_from`,
l.`date_to`,
spl.`priority`
FROM `uwhfq_seosaproductlabels_location` ll
LEFT JOIN `uwhfq_seosaproductlabels_shop` l ON l.id_product_label = ll.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_lang` pl ON pl.id_product_label = l.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` spl ON spl.id_product_label = pl.id_product_label
WHERE l.active = 1 AND (ll.id_product = 2028)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.567
ms
|
6150 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:111
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE s.id_country,
s.id_state,
s.id_store,
sl.name,
sl.address1,
sl.address2,
s.postcode,
s.city,
sl.hours,
s.phone,
s.email,
s.fax,
sbs.id_warehouse,
sbs.active_warehouse,
sbs.is_online,
sbs.hide_dealer,
sbs.priority,
sbs.profiles,
w.reference,
w.management_type,
sl.note,
w.id_employee,
sbs.limit_product_sheet,
sbs.display_availability,
sbs.active_sync,
sbs.enable_low_stock_alert,
sbs.low_stock_threshold,
sbs.enable_low_stock_mail,
sbs.low_stock_mail_recipients,
sbs.restricted_group
FROM uwhfq_store s
LEFT JOIN uwhfq_prestatill_stock_per_store sbs ON (s.id_store = sbs.id_store)
LEFT JOIN uwhfq_warehouse w ON (w.id_warehouse = sbs.id_warehouse)
LEFT JOIN uwhfq_store_lang sl ON (s.id_store = sl.id_store) WHERE s.active = 1
AND sl.id_lang = 1 AND sbs.active_warehouse = 1 AND sbs.hide_dealer = 0 ORDER BY sl.name ASC |
1.428
ms
|
24 |
Yes
|
|
/modules/prestatillstockperstore/classes/PrestatillStores.php:314
/modules/prestatillstockperstore/prestatillstockperstore.php:3569 (getStores)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 95 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
1.383
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE DISTINCT p.`id_product`, pl.`name`, pl.`link_rewrite`
FROM `uwhfq_product` p
LEFT JOIN `uwhfq_product_lang` pl
ON p.`id_product` = pl.`id_product`
LEFT JOIN `uwhfq_product_shop` pshop
ON p.`id_product` = pshop.`id_product`
LEFT JOIN `uwhfq_category_product` pc
ON p.`id_product` = pc.`id_product`
WHERE pc.`id_product`
IN (SELECT DISTINCT `product_id` FROM `uwhfq_order_detail` WHERE `id_order` IN(14,13,12,11,10,9,8,7,6,5))
AND pl.`id_lang` = 1
AND pshop.`active` = 1 |
1.277
ms
|
80 |
|
|
/modules/leopopupsale/leopopupsale.php:627
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 104 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.235
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:74 (get)
/modules/leoelements/core/files/css/post.php:182 (get_data)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1207 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 102 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.188
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:74 (get)
/modules/leoelements/core/files/css/post.php:182 (get_data)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 104 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
1.187
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1207 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM uwhfq_shop_url su
LEFT JOIN uwhfq_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'preprod.agrileader.cyberscope.dev' OR su.domain_ssl = 'preprod.agrileader.cyberscope.dev')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
1.167
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1372
/classes/shop/Shop.php:336 (findShopByHost)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 249 |
SELECT SQL_NO_CACHE * FROM uwhfq_btmegamenu_widgets WHERE `id_shop` = 1 |
1.164
ms
|
68 |
|
|
/modules/leobootstrapmenu/classes/widget.php:130
/modules/leobootstrapmenu/classes/widget.php:273 (getWidgets)
/modules/leobootstrapmenu/classes/Btmegamenu.php:520 (loadWidgets)
/modules/leobootstrapmenu/leobootstrapmenu.php:2887 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2841 (prepareHookForApPageBuilder)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:224 (processHookCallBack)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 95 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.157
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:74 (get)
/modules/leoelements/core/files/css/post.php:182 (get_data)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uwhfq_module` m
LEFT JOIN `uwhfq_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.097
ms
|
121 |
|
|
/classes/module/Module.php:325
/modules/leoblog/leoblog.php:45 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/classes/Hook.php:1089 (getInstanceByName)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 241 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 112 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.092
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/documents-manager.php:242 (get)
/modules/leoelements/includes/frontend.php:1009 (get_doc_for_frontend)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM uwhfq_feature_product pf
LEFT JOIN uwhfq_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uwhfq_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN uwhfq_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uwhfq_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uwhfq_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2028
ORDER BY f.position ASC, fvl.value ASC |
1.066
ms
|
2 |
Yes
|
|
/classes/Product.php:5761
/src/Adapter/Presenter/Product/ProductLazyArray.php:462 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE pdc.id_carrier, s.id_store, sl.name, sl.address1, sl.address2, s.postcode, s.city, sl.hours, s.phone, s.email, s.latitude, s.longitude
FROM uwhfq_store s
LEFT JOIN uwhfq_store_lang sl ON (s.id_store = sl.id_store)
LEFT JOIN uwhfq_store_shop ss ON (s.id_store = ss.id_store) AND (ss.id_shop = 1)
LEFT JOIN uwhfq_prestatill_drive_store_carrier pdc ON (s.id_store = pdc.id_store) AND (pdc.id_shop = 1)
WHERE s.active = 1
AND sl.id_lang = 1 |
1.062
ms
|
336 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:107
/modules/prestatilldrive/prestatilldrive.php:729 (getStoresAssociatedToACarrier)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_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/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE p.*, ps.*,pl.*
FROM uwhfq_leoelements_profiles p
INNER JOIN uwhfq_leoelements_profiles_lang pl ON (p.id_leoelements_profiles = pl.id_leoelements_profiles)
INNER JOIN uwhfq_leoelements_profiles_shop ps ON (ps.id_leoelements_profiles = p.id_leoelements_profiles)
WHERE id_shop=1 AND id_lang=1 |
1.047
ms
|
5 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:314
/modules/leoelements/leoelements.php:1548 (getAllProfileByShop)
/classes/Hook.php:1218 (hookModuleRoutes)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 164 |
SELECT SQL_NO_CACHE m.name FROM uwhfq_module AS m INNER JOIN uwhfq_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1) WHERE m.active = 1 AND m.name NOT IN ('leoelements','appagebuilder','crazyelements','leocrazyextras','axoncreator','leobootstrapmenu','leoslideshow','leofeature','leoblog') |
1.045
ms
|
107 |
|
|
/modules/leoelements/includes/widgets/LeoModule.php:269
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2791 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2791 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.033
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/controllers/front/ProductController.php:1204 (getProductProperties)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE SUM(s.physical_quantity)
FROM `uwhfq_stock` s
LEFT JOIN `uwhfq_prestatill_stock_per_store` `sbs` ON (s.id_warehouse = sbs.id_warehouse)
LEFT JOIN `uwhfq_store` `store` ON (store.id_store = sbs.id_store)
WHERE (s.id_product = 2791) AND (sbs.active_warehouse = 1 AND store.active = 1) LIMIT 1 |
1.022
ms
|
67 |
|
|
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1006
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1336 (getProductPhysicalQuantities)
/override/modules/prestatillstockperstore/prestatillstockperstore.php:65 (getAllStocks)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 113 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
1.003
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1236 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayAfterProductThumbs')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.997
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 113 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.993
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/documents-manager.php:242 (get)
/modules/leoelements/includes/frontend.php:1009 (get_doc_for_frontend)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:731 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uwhfq_module` m
LEFT JOIN `uwhfq_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.988
ms
|
121 |
|
|
/classes/module/Module.php:325
/modules/leoelements/leoelements.php:126 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1376 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/classes/Hook.php:1089 (getInstanceByName)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 28 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uwhfq_module` m
LEFT JOIN `uwhfq_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.951
ms
|
121 |
|
|
/classes/module/Module.php:325
/modules/storelocatoradvanced/storelocatoradvanced.php:29 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/classes/Hook.php:1089 (getInstanceByName)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 88 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2791 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2791 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.949
ms
|
0 |
|
|
/classes/Cart.php:1624
/controllers/front/ProductController.php:1188 (getProductQuantity)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `uwhfq_meta` m
LEFT JOIN `uwhfq_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.930
ms
|
57 |
Yes
|
|
/override/classes/Dispatcher.php:134
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 184 |
SELECT SQL_NO_CACHE c.id_cms, l.meta_title
FROM uwhfq_cms c
JOIN uwhfq_cms_lang l ON (c.id_cms = l.id_cms)
INNER JOIN uwhfq_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE l.id_lang = 1 AND c.`active` = 1
GROUP BY c.id_cms
ORDER BY c.`position` |
0.929
ms
|
10 |
Yes
|
Yes
|
/classes/CMS.php:156
/modules/leoelements/leoelements.php:1993 (listCms)
/modules/leoelements/includes/widgets/LeoBlockLink.php:300 (getCms)
/modules/leoelements/includes/widgets/LeoBlockLink.php:86 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1207 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 85 |
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 `uwhfq_attribute` a
LEFT JOIN `uwhfq_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `uwhfq_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `uwhfq_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `uwhfq_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN uwhfq_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 uwhfq_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2791 |
0.918
ms
|
1 |
|
|
/classes/Product.php:7233
/controllers/front/ProductController.php:808 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:309 (assignAttributesCombinations)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 2 DAY
)
) > 0) as new
FROM uwhfq_product p
LEFT JOIN uwhfq_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uwhfq_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN uwhfq_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2791) |
0.911
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `uwhfq_category` c
LEFT JOIN `uwhfq_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN uwhfq_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.903
ms
|
13 |
Yes
|
Yes
|
/classes/Category.php:1158
/classes/Category.php:1098 (getChildren)
/controllers/front/ProductController.php:878 (getHomeCategories)
/controllers/front/ProductController.php:300 (assignCategory)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `uwhfq_product_attribute` pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `uwhfq_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `uwhfq_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `uwhfq_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `uwhfq_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2028) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.902
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uwhfq_module` m
LEFT JOIN `uwhfq_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.901
ms
|
121 |
|
|
/classes/module/Module.php:325
/modules/quantitydiscountpro/quantitydiscountpro.php:60 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/classes/Hook.php:1089 (getInstanceByName)
/classes/controller/FrontController.php:493 (exec)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE *
FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.randkey IS NOT NULL AND gr.randkey != "" ORDER BY gr.id_leoslideshow_groups AND gr.randkey IS NOT NULL |
0.901
ms
|
5 |
Yes
|
|
/modules/leoslideshow/leoslideshow.php:536
/modules/leoelements/includes/widgets/LeoSlideshow.php:107 (getAllSlides)
/modules/leoelements/includes/widgets/LeoSlideshow.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 2 DAY
)
) > 0) as new
FROM uwhfq_product p
LEFT JOIN uwhfq_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uwhfq_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN uwhfq_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2472) |
0.899
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM uwhfq_feature_product pf
LEFT JOIN uwhfq_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uwhfq_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN uwhfq_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uwhfq_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uwhfq_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2897
ORDER BY f.position ASC, fvl.value ASC |
0.897
ms
|
2 |
Yes
|
|
/classes/Product.php:5761
/src/Adapter/Presenter/Product/ProductLazyArray.php:462 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE SUM(s.usable_quantity)
FROM `uwhfq_stock` s
LEFT JOIN `uwhfq_prestatill_stock_per_store` `sbs` ON (s.id_warehouse = sbs.id_warehouse)
LEFT JOIN `uwhfq_store` `store` ON (store.id_store = sbs.id_store)
WHERE (s.id_product = 2791) AND (sbs.active_warehouse = 1 AND store.active = 1) LIMIT 1 |
0.892
ms
|
67 |
|
|
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1006
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1340 (getProductPhysicalQuantities)
/override/modules/prestatillstockperstore/prestatillstockperstore.php:65 (getAllStocks)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE SUM(s.physical_quantity)
FROM `uwhfq_stock` s
LEFT JOIN `uwhfq_prestatill_stock_per_store` `sbs` ON (s.id_warehouse = sbs.id_warehouse)
LEFT JOIN `uwhfq_store` `store` ON (store.id_store = sbs.id_store)
WHERE (s.id_product = 2791) AND (sbs.is_online = 1) AND (sbs.active_sync = 1) AND (sbs.active_warehouse = 1 AND store.active = 1) LIMIT 1 |
0.891
ms
|
67 |
|
|
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1006
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1341 (getProductPhysicalQuantities)
/override/modules/prestatillstockperstore/prestatillstockperstore.php:65 (getAllStocks)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayAfterProductThumbs')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.879
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE pl.*
FROM `uwhfq_leoelements_product_list` pl
INNER JOIN `uwhfq_leoelements_product_list_shop` `pl_s` ON pl_s.`id_leoelements_product_list` = pl.`id_leoelements_product_list`
WHERE (pl_s.`id_shop` = 1) |
0.876
ms
|
13 |
|
|
/modules/leoelements/includes/widgets/LeoProductTab.php:307
/modules/leoelements/includes/widgets/LeoProductTab.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM uwhfq_feature_product pf
LEFT JOIN uwhfq_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uwhfq_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN uwhfq_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uwhfq_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uwhfq_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2791
ORDER BY f.position ASC, fvl.value ASC |
0.876
ms
|
1 |
Yes
|
|
/classes/Product.php:5761
/src/Adapter/Presenter/Product/ProductLazyArray.php:462 (getFrontFeaturesStatic)
/src/Adapter/Presenter/Product/ProductLazyArray.php:479 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getGroupedFeatures)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/a2/94/68/a2946842c5c452f0e1fe5248fb5d60ebc30fea05_2.file.product-details.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/a2/94/68/a2946842c5c452f0e1fe5248fb5d60ebc30fea05_2.file.product-details.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32ff2e0_89958020)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/cc/0c/31/cc0c3199176e7547215f31bbd9547acb3f04ee98_2.file.tab.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/cc/0c/31/cc0c3199176e7547215f31bbd9547acb3f04ee98_2.file.tab.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/cc/0c/31/cc0c3199176e7547215f31bbd9547acb3f04ee98_2.file.tab.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32a1ba6_32836230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uwhfq_module` m
LEFT JOIN `uwhfq_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.875
ms
|
121 |
|
|
/classes/module/Module.php:325
/modules/customcustomeraccount/customcustomeraccount.php:19 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/classes/Hook.php:1089 (getInstanceByName)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 596 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `uwhfq_product_attribute` pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `uwhfq_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `uwhfq_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `uwhfq_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `uwhfq_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2897) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.870
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE SUM(s.usable_quantity)
FROM `uwhfq_stock` s
LEFT JOIN `uwhfq_prestatill_stock_per_store` `sbs` ON (s.id_warehouse = sbs.id_warehouse)
LEFT JOIN `uwhfq_store` `store` ON (store.id_store = sbs.id_store)
WHERE (s.id_product = 2791) AND (sbs.active_warehouse = 1 AND store.active = 1) LIMIT 1 |
0.862
ms
|
67 |
|
|
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1006
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1342 (getProductPhysicalQuantities)
/override/modules/prestatillstockperstore/prestatillstockperstore.php:65 (getAllStocks)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE SUM(s.usable_quantity)
FROM `uwhfq_stock` s
LEFT JOIN `uwhfq_prestatill_stock_per_store` `sbs` ON (s.id_warehouse = sbs.id_warehouse)
LEFT JOIN `uwhfq_store` `store` ON (store.id_store = sbs.id_store)
WHERE (s.id_product = 2791) AND (sbs.active_sync = 1) AND (sbs.active_warehouse = 1 AND store.active = 1) LIMIT 1 |
0.860
ms
|
67 |
|
|
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1006
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1343 (getProductPhysicalQuantities)
/override/modules/prestatillstockperstore/prestatillstockperstore.php:65 (getAllStocks)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `uwhfq_product_attribute` pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `uwhfq_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `uwhfq_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `uwhfq_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `uwhfq_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2766) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.860
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 2 DAY
)
) > 0) as new
FROM uwhfq_product p
LEFT JOIN uwhfq_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uwhfq_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN uwhfq_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2028,2270,2766,1308,2897,2468,3680,2032,2887) |
0.854
ms
|
9 |
|
|
/classes/ProductAssembler.php:81
/classes/ProductAssembler.php:191 (addMissingProductFieldsForMultipleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM uwhfq_feature_product pf
LEFT JOIN uwhfq_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uwhfq_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN uwhfq_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uwhfq_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uwhfq_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1308
ORDER BY f.position ASC, fvl.value ASC |
0.854
ms
|
2 |
Yes
|
|
/classes/Product.php:5761
/src/Adapter/Presenter/Product/ProductLazyArray.php:462 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `uwhfq_product_attribute` pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `uwhfq_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `uwhfq_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `uwhfq_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `uwhfq_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1308) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.850
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM uwhfq_feature_product pf
LEFT JOIN uwhfq_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uwhfq_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN uwhfq_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uwhfq_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uwhfq_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2032
ORDER BY f.position ASC, fvl.value ASC |
0.850
ms
|
2 |
Yes
|
|
/classes/Product.php:5761
/src/Adapter/Presenter/Product/ProductLazyArray.php:462 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2468) LIMIT 1 |
0.846
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `uwhfq_product_attribute` pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `uwhfq_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `uwhfq_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `uwhfq_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `uwhfq_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2270) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.842
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2791) AND (b.`id_shop` = 1) LIMIT 1 |
0.841
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3680) LIMIT 1 |
0.840
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM uwhfq_feature_product pf
LEFT JOIN uwhfq_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uwhfq_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN uwhfq_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uwhfq_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uwhfq_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2270
ORDER BY f.position ASC, fvl.value ASC |
0.835
ms
|
1 |
Yes
|
|
/classes/Product.php:5761
/src/Adapter/Presenter/Product/ProductLazyArray.php:462 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `uwhfq_product_attribute` pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `uwhfq_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `uwhfq_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `uwhfq_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `uwhfq_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3680) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.834
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayReassurance')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.823
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:750 (getMessage)
/classes/Hook.php:1218 (hookDisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:731 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 uwhfq_shop_group gs
LEFT JOIN uwhfq_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN uwhfq_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.821
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:696
/classes/shop/Shop.php:755 (cacheShops)
/classes/Configuration.php:280 (getShops)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 605 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `uwhfq_product_attribute` pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `uwhfq_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `uwhfq_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `uwhfq_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `uwhfq_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2468) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.817
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayAfterProductThumbs')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.816
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `uwhfq_category` c
LEFT JOIN `uwhfq_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.816
ms
|
1 |
|
|
/classes/Category.php:2227
/classes/Category.php:1125 (getCategoriesWithoutParent)
/modules/leoproductsearch/leoproductsearch.php:519 (getRootCategory)
/modules/leoproductsearch/leoproductsearch.php:735 (hookDisplayTop)
/modules/leoelements/includes/widgets/LeoModule.php:242 (renderWidget)
/modules/leoelements/includes/widgets/LeoModule.php:230 (_renderModule)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM uwhfq_feature_product pf
LEFT JOIN uwhfq_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uwhfq_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN uwhfq_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uwhfq_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uwhfq_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3680
ORDER BY f.position ASC, fvl.value ASC |
0.813
ms
|
1 |
Yes
|
|
/classes/Product.php:5761
/src/Adapter/Presenter/Product/ProductLazyArray.php:462 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `uwhfq_product_attribute` pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `uwhfq_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `uwhfq_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `uwhfq_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `uwhfq_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2032) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.812
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE COALESCE(SUM(pack_quantity), 0) as pack_quantity,
COALESCE(SUM(standalone_quantity), 0) as standalone_quantity
FROM (SELECT
SUM(cp.`quantity`) as standalone_quantity,
0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_cart` = 0 AND cp.`id_product` = 2791 UNION SELECT
0 as standalone_quantity,
SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp
INNER JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack`
WHERE cp.`id_cart` = 0 AND p.`id_product_item` = 2791) as q LIMIT 1 |
0.808
ms
|
0 |
|
|
/classes/Cart.php:5239
/controllers/front/ProductController.php:500 (getProductQuantityInAllVariants)
/controllers/front/ProductController.php:312 (addCartQuantityNotification)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE m.*, md.*
FROM uwhfq_leoblogcat m
LEFT JOIN uwhfq_leoblogcat_lang md ON m.id_leoblogcat = md.id_leoblogcat AND md.id_lang = 1 JOIN uwhfq_leoblogcat_shop bs ON m.id_leoblogcat = bs.id_leoblogcat AND bs.id_shop = 1 ORDER BY `position` |
0.807
ms
|
6 |
Yes
|
|
/modules/leoelements/includes/widgets/LeoBlog.php:2609
/modules/leoelements/includes/widgets/LeoBlog.php:2552 (getChild)
/modules/leoelements/includes/widgets/LeoBlog.php:110 (getAllCategory)
/modules/leoelements/includes/widgets/LeoBlog.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooterProduct')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.807
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:725 (getMessage)
/classes/Hook.php:1218 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.805
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:694 (getMessage)
/classes/Hook.php:1218 (hookDisplayTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.804
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:730 (getMessage)
/classes/Hook.php:1218 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.801
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:694 (getMessage)
/classes/Hook.php:1218 (hookDisplayTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3680 LIMIT 1 |
0.801
ms
|
3673 |
|
|
/modules/prixzone/prixzone.php:941
/modules/prixzone/prixzone.php:1040 (getPrixTtcFromTable)
/classes/Hook.php:1218 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE *,
( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uwhfq_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.797
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:602
/controllers/front/ProductController.php:549 (getQuantityDiscounts)
/controllers/front/ProductController.php:306 (assignPriceAndTax)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.796
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/includes/managers/schemes.php:312 (get_option)
/modules/leoelements/includes/elements/section.php:1102 (get_enabled_schemes)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.794
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:730 (getMessage)
/classes/Hook.php:1218 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM uwhfq_feature_product pf
LEFT JOIN uwhfq_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uwhfq_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN uwhfq_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uwhfq_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uwhfq_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2766
ORDER BY f.position ASC, fvl.value ASC |
0.793
ms
|
1 |
Yes
|
|
/classes/Product.php:5761
/src/Adapter/Presenter/Product/ProductLazyArray.php:462 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2472 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2472 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.791
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.786
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:478 (getMessage)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_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/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category` a
LEFT JOIN `uwhfq_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_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.785
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leoelements/leoelements.php:1717 (__construct)
/modules/leoelements/includes/widgets/LeoProductTab.php:114 (getCategories)
/modules/leoelements/includes/widgets/LeoProductTab.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 2 DAY
)
) > 0) as new
FROM uwhfq_product p
LEFT JOIN uwhfq_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uwhfq_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN uwhfq_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2828) |
0.785
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM uwhfq_feature_product pf
LEFT JOIN uwhfq_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uwhfq_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN uwhfq_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uwhfq_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uwhfq_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2468
ORDER BY f.position ASC, fvl.value ASC |
0.782
ms
|
1 |
Yes
|
|
/classes/Product.php:5761
/src/Adapter/Presenter/Product/ProductLazyArray.php:462 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/leofeature/leofeature.php:1390 (jsonSerialize)
/classes/Hook.php:1218 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1308) LIMIT 1 |
0.781
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooterProduct')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.779
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:725 (getMessage)
/classes/Hook.php:1218 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooterProduct')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.775
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:725 (getMessage)
/classes/Hook.php:1218 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.774
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:478 (getMessage)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_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/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `uwhfq_quantity_discount_rule` qdr
LEFT JOIN `uwhfq_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.773
ms
|
919 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:263
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:371 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:146 (getCustomerCartRules)
/classes/Cart.php:540 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/73/cf/2b/73cf2b8f5cedb223c4ca4728ee691b48821f1fd7_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08503359_98887883)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3680 LIMIT 1 |
0.772
ms
|
3673 |
|
|
/modules/prixzone/prixzone.php:941
/modules/prixzone/prixzone.php:1040 (getPrixTtcFromTable)
/classes/Hook.php:1218 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_leoelements_contents` a
LEFT JOIN `uwhfq_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 102) LIMIT 1 |
0.770
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1168 (__construct)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.770
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:735 (getMessage)
/classes/Hook.php:1218 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2828 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2828 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.769
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 18 |
DELETE FROM `uwhfq_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `uwhfq_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list"
) |
0.767
ms
|
1 |
|
|
/classes/Configuration.php:562
/modules/leoblog/leoblog.php:1104 (deleteByName)
/classes/Hook.php:1218 (hookModuleRoutes)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 150 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 101 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.765
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:74 (get)
/modules/leoelements/core/files/css/post.php:182 (get_data)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2897) LIMIT 1 |
0.765
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.761
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/files/assets/svg/svg-handler.php:56 (get_option)
/modules/leoelements/core/files/assets/svg/svg-handler.php:747 (is_svg_uploads_enabled)
/modules/leoelements/includes/controls/icons.php:126 (is_enabled)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.757
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:730 (getMessage)
/classes/Hook.php:1218 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayReassurance')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.756
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:750 (getMessage)
/classes/Hook.php:1218 (hookDisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:731 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.754
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined (LeoElements\Core\Responsive\{closure})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/responsive/responsive.php:116 (get_breakpoints)
/modules/leoelements/includes/settings/settings.php:718 (get_editable_breakpoints)
/modules/leoelements/includes/plugin.php:574 (__construct)
/modules/leoelements/includes/plugin.php:500 (init_components)
/modules/leoelements/includes/plugin.php:641 (init)
/modules/leoelements/includes/plugin.php:469 (__construct)
/modules/leoelements/leoelements.php:572 (instance)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `uwhfq_lang` l
LEFT JOIN `uwhfq_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.752
ms
|
1 |
|
|
/classes/Language.php:1050
/config/config.inc.php:132 (loadLanguages)
/index.php:20 (require_once)
|
| 463 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayReassurance')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.751
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:750 (getMessage)
/classes/Hook.php:1218 (hookDisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:731 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE pc.`id_product_review`,
(SELECT count(*) FROM `uwhfq_leofeature_product_review_usefulness` pcu WHERE pcu.`id_product_review` = pc.`id_product_review` AND pcu.`usefulness` = 1) as total_useful,
(SELECT count(*) FROM `uwhfq_leofeature_product_review_usefulness` pcu WHERE pcu.`id_product_review` = pc.`id_product_review`) as total_advice,
if (c.id_customer, CONCAT(c.`firstname`, ' ', c.`lastname`), pc.customer_name) customer_name, pc.`content`, pc.`grade`, pc.`date_add`, pc.title
FROM `uwhfq_leofeature_product_review` pc
LEFT JOIN `uwhfq_customer` c ON c.`id_customer` = pc.`id_customer`
WHERE pc.`id_product` = 2791 AND pc.`validate` = 1
ORDER BY pc.`date_add` DESC |
0.750
ms
|
1 |
Yes
|
|
/modules/leofeature/classes/ProductReview.php:96
/modules/leofeature/leofeature.php:1606 (getByProduct)
/classes/Hook.php:1218 (hookdisplayLeoProductTabContent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/cc/0c/31/cc0c3199176e7547215f31bbd9547acb3f04ee98_2.file.tab.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/cc/0c/31/cc0c3199176e7547215f31bbd9547acb3f04ee98_2.file.tab.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32a1ba6_32836230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2270) LIMIT 1 |
0.748
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `uwhfq_quantity_discount_rule` qdr
LEFT JOIN `uwhfq_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 2 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.748
ms
|
919 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:263
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:371 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:146 (getCustomerCartRules)
/classes/Cart.php:540 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/73/cf/2b/73cf2b8f5cedb223c4ca4728ee691b48821f1fd7_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08503359_98887883)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE d.`price`
FROM `uwhfq_delivery` d
INNER JOIN `uwhfq_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 1
AND d.`id_carrier` = 10
AND d.id_delivery = (
SELECT d2.id_delivery
FROM uwhfq_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1 |
0.745
ms
|
50 |
Yes
|
|
/classes/Carrier.php:376
/classes/Carrier.php:732 (getMaxDeliveryPriceByWeight)
/classes/Carrier.php:1573 (getCarriersForOrder)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.745
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:735 (getMessage)
/classes/Hook.php:1218 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.744
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/includes/managers/schemes.php:312 (get_option)
/modules/leoelements/includes/elements/section.php:1102 (get_enabled_schemes)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE *
FROM uwhfq_btmegamenu_group gr
LEFT JOIN uwhfq_btmegamenu_group_lang grl ON gr.id_btmegamenu_group = grl.id_btmegamenu_group AND grl.id_lang = 1
WHERE gr.id_shop = 1 ORDER BY gr.id_btmegamenu_group |
0.744
ms
|
5 |
|
|
/modules/leobootstrapmenu/leobootstrapmenu.php:2831
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:107 (getGroups)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.742
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined (LeoElements\Core\Responsive\{closure})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/responsive/responsive.php:116 (get_breakpoints)
/modules/leoelements/includes/settings/settings.php:718 (get_editable_breakpoints)
/modules/leoelements/includes/plugin.php:574 (__construct)
/modules/leoelements/includes/plugin.php:500 (init_components)
/modules/leoelements/includes/plugin.php:641 (init)
/modules/leoelements/includes/plugin.php:469 (__construct)
/modules/leoelements/leoelements.php:572 (instance)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `uwhfq_product` p
INNER JOIN uwhfq_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2791
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 2 LIMIT 1 |
0.740
ms
|
0 |
|
|
/classes/Product.php:1686
/src/Adapter/Presenter/Product/ProductLazyArray.php:653 (isNewStatic)
/src/Adapter/Presenter/Product/ProductLazyArray.php:722 (getNew)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFlags)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:190 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:214 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:325 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:346 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2766) LIMIT 1 |
0.740
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `uwhfq_carrier` c
LEFT JOIN `uwhfq_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `uwhfq_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)LEFT JOIN `uwhfq_zone` z ON (z.`id_zone` = 1)
INNER JOIN uwhfq_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 AND cz.`id_zone` = 1 AND z.`active` = 1 AND EXISTS (SELECT 1 FROM uwhfq_carrier_group WHERE uwhfq_carrier_group.id_carrier = c.id_carrier AND id_group IN (1)) AND (c.is_module = 0 OR c.need_range = 1) GROUP BY c.`id_carrier` ORDER BY c.`position` ASC |
0.733
ms
|
3 |
Yes
|
Yes
|
/classes/Carrier.php:580
/classes/Carrier.php:719 (getCarriers)
/classes/Carrier.php:1573 (getCarriersForOrder)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `uwhfq_lang` l
JOIN uwhfq_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.731
ms
|
1 |
|
|
/classes/Language.php:1184
/classes/Language.php:1488 (countActiveLanguages)
/classes/Dispatcher.php:489 (isMultiLanguageActivated)
/classes/Dispatcher.php:222 (setRequestUri)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 123 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.727
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2032) LIMIT 1 |
0.723
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.720
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/includes/managers/schemes.php:312 (get_option)
/modules/leoelements/includes/elements/section.php:1102 (get_enabled_schemes)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.719
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:694 (getMessage)
/classes/Hook.php:1218 (hookDisplayTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.718
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:694 (getMessage)
/classes/Hook.php:1218 (hookDisplayTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE paa.*, paal.*
FROM `uwhfq_st_pro_as_attr` paa
LEFT JOIN `uwhfq_st_pro_as_attr_lang` paal ON (paa.`id_st_pro_as_attr` = paal.`id_st_pro_as_attr`)
WHERE paal.`id_lang` = 1
AND paa.`id_shop` = 1
AND paa.`id_st_pro_as_attr` IN (SELECT `id_st_pro_as_attr`
FROM `uwhfq_st_pro_as_attr_pro`
WHERE `id_product` = 2791
AND `active` = 1
GROUP BY `id_st_pro_as_attr`)
AND paa.`active` = 1 |
0.715
ms
|
1 |
|
Yes
|
/modules/stproductsasattrs/classes/StProAsAttrClass.php:74
/modules/stproductsasattrs/stproductsasattrs.php:1124 (getEverythingByIdProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE l.*, cr.id_cart_rule, sl.text, sl.hint, sl.url, spl.`priority`
FROM uwhfq_seosaproductlabels_cart_rules cr
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = cr.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_cart_rule` crp ON crp.`id_cart_rule` = cr.`id_cart_rule`
WHERE l.active = 1 AND sl.id_lang = 1
AND crp.`active` = 1 AND l.`id_shop` = 1 |
0.712
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:247
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.710
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM uwhfq_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.705
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:158
/classes/shop/ShopUrl.php:178 (cacheMainDomainForShop)
/classes/Tools.php:272 (getMainShopDomain)
/classes/Link.php:45 (getShopDomain)
/config/config.inc.php:266 (__construct)
/index.php:20 (require_once)
|
| 640 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.705
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:735 (getMessage)
/classes/Hook.php:1218 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE * FROM `uwhfq_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.704
ms
|
1 |
|
|
/classes/module/Module.php:2163
/classes/Hook.php:1030 (getExceptionsStatic)
/classes/Dispatcher.php:465 (exec)
/index.php:66 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category` a
LEFT JOIN `uwhfq_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1098) AND (b.`id_shop` = 1) LIMIT 1 |
0.699
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leobootstrapmenu/classes/Btmegamenu.php:1020 (__construct)
/var/cache/dev/smarty/compile/c0/88/fd/c088fdfe20afc7af03d2dd313a304c4c55df8bc0_2.file.menu_1_nochild.tpl.php:31 (getLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08be7be9_03948085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:657 (fetch)
/modules/leobootstrapmenu/leobootstrapmenu.php:2887 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2841 (prepareHookForApPageBuilder)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:224 (processHookCallBack)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE l.*, sf.id_featurer, sl.text, sfv.id_feature_value as val, spl.`priority`
FROM uwhfq_seosaproductlabels_featurer sf
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = sf.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels_feature_value` AS sfv
ON sfv.id_product_label = sl.id_product_label
WHERE l.active = 1 AND sl.id_lang = 1
AND l.`id_shop` = 1 |
0.699
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:182
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:367 (prepareHook)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE l.*, cr.id_cart_rule, sl.text, sl.hint, sl.url, spl.`priority`
FROM uwhfq_seosaproductlabels_cart_rules cr
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = cr.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_cart_rule` crp ON crp.`id_cart_rule` = cr.`id_cart_rule`
WHERE l.active = 1 AND sl.id_lang = 1
AND crp.`active` = 1 AND l.`id_shop` = 1 |
0.697
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:247
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `uwhfq_product_attribute` pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN uwhfq_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `uwhfq_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `uwhfq_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `uwhfq_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `uwhfq_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `uwhfq_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `uwhfq_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN uwhfq_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 2791) AND (al.id_lang = 1) AND (agl.id_lang = 1)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
0.696
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4368
/controllers/front/ProductController.php:586 (getAttributesGroups)
/controllers/front/ProductController.php:394 (assignAttributesGroups)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.694
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:478 (getMessage)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_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/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `uwhfq_hook_alias` |
0.688
ms
|
86 |
|
|
/classes/Hook.php:299
/classes/Hook.php:330 (getAllHookAliases)
/classes/Hook.php:805 (getHookAliasesFor)
/classes/Hook.php:932 (getHookModuleExecList)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 22 |
DELETE FROM `uwhfq_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `uwhfq_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
) |
0.688
ms
|
1 |
|
|
/classes/Configuration.php:562
/modules/leoblog/leoblog.php:1106 (deleteByName)
/classes/Hook.php:1218 (hookModuleRoutes)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 130 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.683
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE l.*, cr.id_cart_rule, sl.text, sl.hint, sl.url, spl.`priority`
FROM uwhfq_seosaproductlabels_cart_rules cr
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = cr.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_cart_rule` crp ON crp.`id_cart_rule` = cr.`id_cart_rule`
WHERE l.active = 1 AND sl.id_lang = 1
AND crp.`active` = 1 AND l.`id_shop` = 1 |
0.683
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:247
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE l.*, cr.id_cart_rule, sl.text, sl.hint, sl.url, spl.`priority`
FROM uwhfq_seosaproductlabels_cart_rules cr
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = cr.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_cart_rule` crp ON crp.`id_cart_rule` = cr.`id_cart_rule`
WHERE l.active = 1 AND sl.id_lang = 1
AND crp.`active` = 1 AND l.`id_shop` = 1 |
0.683
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:247
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_leoelements_contents` a
LEFT JOIN `uwhfq_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 104) LIMIT 1 |
0.679
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1204 (__construct)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductActions')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.679
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:740 (getMessage)
/classes/Hook.php:1218 (hookDisplayProductActions)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa323c213_26332374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:586 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:665 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE l.*, cr.id_cart_rule, sl.text, sl.hint, sl.url, spl.`priority`
FROM uwhfq_seosaproductlabels_cart_rules cr
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = cr.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_cart_rule` crp ON crp.`id_cart_rule` = cr.`id_cart_rule`
WHERE l.active = 1 AND sl.id_lang = 1
AND crp.`active` = 1 AND l.`id_shop` = 1 |
0.674
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:247
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE sl.`text`, s.`id_product_label`,spl.`name`, spl.`priority`, s.`text_css`, sl.`hint`,
sl.`url`, s.`label_type`, s.`product_status`, s.`position`, s.`groups`, s.`product_condition`,
s.`date_from`, s.`date_to`, s.`select_for`, s.`mini_price`, spl.`priority`,
s.`max_price`, s.`quantity`, s.`quantity_max`, s.`id_shop`
FROM `uwhfq_seosaproductlabels` spl
LEFT JOIN `uwhfq_seosaproductlabels_lang` AS sl ON (spl.id_product_label = sl.id_product_label AND sl.id_lang = 1 AND sl.`id_shop` = 1)
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS s ON (spl.id_product_label = s.id_product_label AND sl.`id_shop` = 1)
WHERE s.`active` = 1 |
0.673
ms
|
6 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:364
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:367 (prepareHook)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2828) LIMIT 1 |
0.665
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/stproductsasattrs/stproductsasattrs.php:1141 (__construct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.665
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:750 (getMessage)
/classes/Hook.php:1218 (hookDisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:731 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.661
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE l.*, cr.id_cart_rule, sl.text, sl.hint, sl.url, spl.`priority`
FROM uwhfq_seosaproductlabels_cart_rules cr
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = cr.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_cart_rule` crp ON crp.`id_cart_rule` = cr.`id_cart_rule`
WHERE l.active = 1 AND sl.id_lang = 1
AND crp.`active` = 1 AND l.`id_shop` = 1 |
0.661
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:247
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.661
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 101 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.660
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.659
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.657
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.655
ms
|
8 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:194 (getImagesTypes)
/src/Adapter/Image/ImageRetriever.php:82 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:75 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:80 (__construct)
/controllers/front/ProductController.php:1227 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2281
ORDER BY `id_type` ASC |
0.653
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:175
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2285
ORDER BY `id_type` ASC |
0.651
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:175
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2828) AND (b.`id_shop` = 1) LIMIT 1 |
0.651
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/stproductsasattrs/stproductsasattrs.php:1148 (present)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE l.*, spl.`priority`
FROM uwhfq_seosaproductlabels_category sc
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = sc.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = l.id_product_label
WHERE IF(l.`include_category_product`,
sc.`id_category` IN(2,16,79,420,435),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.651
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:91
/modules/seosaproductlabels/classes/ProductLabelLocation.php:144 (prew1)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayNav2" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.650
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2263 (_processHook)
/classes/Hook.php:1218 (hookDisplayNav2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:94 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.649
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2284
ORDER BY `id_type` ASC |
0.647
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:175
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
0.645
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE * FROM `uwhfq_seosaproductlabels` a
LEFT JOIN `uwhfq_seosaproductlabels_shop` s ON a.`id_product_label` = s.`id_product_label`
WHERE 1 AND s.`id_shop` = 1 |
0.644
ms
|
6 |
|
|
/modules/seosaproductlabels/classes/ProductLabelSeo.php:244
/modules/seosaproductlabels/seosaproductlabels.php:506 (getList)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE l.*, cr.id_cart_rule, sl.text, sl.hint, sl.url, spl.`priority`
FROM uwhfq_seosaproductlabels_cart_rules cr
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = cr.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_cart_rule` crp ON crp.`id_cart_rule` = cr.`id_cart_rule`
WHERE l.active = 1 AND sl.id_lang = 1
AND crp.`active` = 1 AND l.`id_shop` = 1 |
0.644
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:247
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:367 (prepareHook)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.643
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE l.*, cr.id_cart_rule, sl.text, sl.hint, sl.url, spl.`priority`
FROM uwhfq_seosaproductlabels_cart_rules cr
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = cr.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_cart_rule` crp ON crp.`id_cart_rule` = cr.`id_cart_rule`
WHERE l.active = 1 AND sl.id_lang = 1
AND crp.`active` = 1 AND l.`id_shop` = 1 |
0.642
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:247
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2269
ORDER BY `id_type` ASC |
0.642
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:175
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2275
ORDER BY `id_type` ASC |
0.641
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:175
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = '_elementor_settings_update_time' LIMIT 1 |
0.641
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/files/css/global-css.php:118 (get_option)
/modules/leoelements/core/files/css/base.php:226 (is_update_required)
/modules/leoelements/includes/frontend.php:931 (enqueue)
/modules/leoelements/leoelements.php:1141 (parse_global_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE l.*, cr.id_cart_rule, sl.text, sl.hint, sl.url, spl.`priority`
FROM uwhfq_seosaproductlabels_cart_rules cr
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = cr.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_cart_rule` crp ON crp.`id_cart_rule` = cr.`id_cart_rule`
WHERE l.active = 1 AND sl.id_lang = 1
AND crp.`active` = 1 AND l.`id_shop` = 1 |
0.637
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:247
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE `id_btmegamenu` FROM `uwhfq_btmegamenu`
WHERE `id_group` = 8 AND `id_parent` = 0 |
0.637
ms
|
54 |
|
|
/modules/leobootstrapmenu/classes/Btmegamenu.php:1188
/modules/leobootstrapmenu/leobootstrapmenu.php:2871 (getMenusRoot)
/modules/leobootstrapmenu/leobootstrapmenu.php:2841 (prepareHookForApPageBuilder)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:224 (processHookCallBack)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2472) AND (b.`id_shop` = 1) LIMIT 1 |
0.631
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/stproductsasattrs/stproductsasattrs.php:1148 (present)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE * FROM `uwhfq_btmegamenu_group` gr
LEFT JOIN uwhfq_btmegamenu_group_lang grl ON gr.id_btmegamenu_group = grl.id_btmegamenu_group AND grl.id_lang = 1
WHERE (`id_shop` = 1) |
0.630
ms
|
5 |
|
|
/modules/leobootstrapmenu/classes/BtmegamenuGroup.php:94
/modules/leobootstrapmenu/classes/BtmegamenuGroup.php:111 (getGroups)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:208 (cacheGroupsByFields)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `uwhfq_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.630
ms
|
1 |
|
|
/classes/Cart.php:1388
/src/Adapter/Presenter/Cart/CartLazyArray.php:235 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getProductsCount)
/var/cache/dev/smarty/compile/vt_autosoe/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:25 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08b2f0c2_77499619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/modules/leoelements/includes/widgets/LeoModule.php:242 (renderWidget)
/modules/leoelements/includes/widgets/LeoModule.php:230 (_renderModule)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2272
ORDER BY `id_type` ASC |
0.628
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:175
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooterProduct" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.628
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2288 (_processHook)
/classes/Hook.php:1218 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE l.*, spl.`priority`
FROM uwhfq_seosaproductlabels_category sc
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = sc.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = l.id_product_label
WHERE IF(l.`include_category_product`,
sc.`id_category` IN(2,16,79,420,442),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.625
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:91
/modules/seosaproductlabels/classes/ProductLabelLocation.php:144 (prew1)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_currency` a
LEFT JOIN `uwhfq_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.621
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE l.*, spl.`priority`
FROM uwhfq_seosaproductlabels_category sc
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = sc.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = l.id_product_label
WHERE IF(l.`include_category_product`,
sc.`id_category` IN(2,16,75,248),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.620
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:91
/modules/seosaproductlabels/classes/ProductLabelLocation.php:144 (prew1)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:367 (prepareHook)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE l.*, spl.`priority`
FROM uwhfq_seosaproductlabels_category sc
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = sc.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = l.id_product_label
WHERE IF(l.`include_category_product`,
sc.`id_category` IN(2,16,79,421,436),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.619
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:91
/modules/seosaproductlabels/classes/ProductLabelLocation.php:144 (prew1)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2472) LIMIT 1 |
0.614
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/stproductsasattrs/stproductsasattrs.php:1141 (__construct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductActions')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.608
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:740 (getMessage)
/classes/Hook.php:1218 (hookDisplayProductActions)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa323c213_26332374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:586 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:665 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2791
ORDER BY `position` |
0.606
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:80 (__construct)
/controllers/front/ProductController.php:1227 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_leoelements_contents` a
LEFT JOIN `uwhfq_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 113) LIMIT 1 |
0.603
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1233 (__construct)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE * FROM `uwhfq_currency` c ORDER BY `iso_code` ASC |
0.602
ms
|
1 |
Yes
|
|
/classes/Currency.php:688
/src/Adapter/Currency/CurrencyDataProvider.php:64 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:69 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE l.*, spl.`priority`
FROM uwhfq_seosaproductlabels_category sc
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = sc.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = l.id_product_label
WHERE IF(l.`include_category_product`,
sc.`id_category` IN(2,16,75,247),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.601
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:91
/modules/seosaproductlabels/classes/ProductLabelLocation.php:144 (prew1)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `uwhfq_hook_alias` |
0.596
ms
|
86 |
|
|
/classes/Hook.php:351
/classes/Hook.php:151 (getCanonicalHookNames)
/classes/Hook.php:378 (normalizeHookName)
/classes/Hook.php:400 (getAllKnownNames)
/classes/Hook.php:1100 (isHookCallableOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 74 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `uwhfq_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.596
ms
|
1 |
|
|
/classes/Category.php:1960
/classes/Category.php:1983 (getInterval)
/controllers/front/ProductController.php:860 (inShop)
/controllers/front/ProductController.php:300 (assignCategory)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2278
ORDER BY `id_type` ASC |
0.596
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:175
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.596
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:735 (getMessage)
/classes/Hook.php:1218 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category` a0
LEFT JOIN `uwhfq_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 285) AND (a0.`nright` > 470) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.595
ms
|
478 |
Yes
|
|
/classes/PrestaShopCollection.php:361
/classes/PrestaShopCollection.php:418 (getAll)
/controllers/front/ProductController.php:1392 (rewind)
/classes/controller/FrontController.php:1833 (getBreadcrumbLinks)
/classes/controller/FrontController.php:539 (getBreadcrumb)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1 |
0.594
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:281
/modules/quantitydiscountpro/quantitydiscountpro.php:569 (getQuantityDiscountRulesWithCondition)
/modules/quantitydiscountpro/quantitydiscountpro.php:551 (hookActionFrontControllerAfterInit)
/classes/Hook.php:1218 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:493 (exec)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2028 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2028 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.590
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE l.*, spl.`priority`
FROM uwhfq_seosaproductlabels_category sc
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = sc.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = l.id_product_label
WHERE IF(l.`include_category_product`,
sc.`id_category` IN(2,16,78,325,328),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.590
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:91
/modules/seosaproductlabels/classes/ProductLabelLocation.php:144 (prew1)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE l.*, ss.id_supplier, sl.text,
spl.`priority`
FROM uwhfq_seosaproductlabels_supplier ss
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = ss.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
WHERE l.active = 1 AND sl.id_lang = 1
AND l.`id_shop` = 1 |
0.588
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:219
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:367 (prepareHook)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductActions')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.588
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:740 (getMessage)
/classes/Hook.php:1218 (hookDisplayProductActions)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa323c213_26332374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:586 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:665 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE `id_guest`
FROM `uwhfq_connections`
WHERE `id_guest` = 12963
AND `date_add` > '2026-06-08 09:59:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.585
ms
|
1 |
Yes
|
|
/classes/Connection.php:148
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:413 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `uwhfq_orders` o
LEFT JOIN uwhfq_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN uwhfq_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 2269
AND 8 != o.current_state LIMIT 1 |
0.579
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4273
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4255 (_isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:910 (isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE l.*, sm.id_manufacturer, sl.text,
spl.`priority`
FROM uwhfq_seosaproductlabels_manufacturer sm
LEFT JOIN `uwhfq_seosaproductlabels_shop` AS l
ON l.id_product_label = sm.id_product_label
LEFT JOIN uwhfq_seosaproductlabels_lang AS sl
ON l.id_product_label = sl.id_product_label
LEFT JOIN `uwhfq_seosaproductlabels` AS spl
ON spl.id_product_label = sl.id_product_label
WHERE l.active = 1 AND sl.id_lang = 1
AND l.`id_shop` = 1 |
0.579
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:157
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:367 (prepareHook)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_currency` c
INNER JOIN uwhfq_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.578
ms
|
1 |
Yes
|
|
/classes/Currency.php:667
/classes/Currency.php:649 (findAll)
/modules/blockgrouptop/blockgrouptop.php:163 (getCurrencies)
/modules/blockgrouptop/blockgrouptop.php:224 (getWidgetVariables)
/modules/leoelements/includes/widgets/LeoModule.php:242 (renderWidget)
/modules/leoelements/includes/widgets/LeoModule.php:230 (_renderModule)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE DISTINCT reference,quantite,montant,type_remise,datefin FROM `0al_remises`
WHERE `reference` = "24384"
AND datedeb2 <= CURDATE()
ORDER BY `quantite` ASC |
0.577
ms
|
1 |
Yes
|
|
/modules/remises/remises.php:95
/classes/Hook.php:1218 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/src/Adapter/HookManager.php:61 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:51 (exec)
/src/Core/Product/ProductExtraContentFinder.php:37 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:83 (find)
/controllers/front/ProductController.php:1199 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE d.`price`
FROM `uwhfq_delivery` d
INNER JOIN `uwhfq_range_price` r ON d.`id_range_price` = r.`id_range_price`
WHERE d.`id_zone` = 1
AND d.`id_carrier` = 14
AND d.id_delivery = (
SELECT d2.id_delivery
FROM uwhfq_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_price` = `d`.`id_range_price`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY r.`delimiter2` DESC LIMIT 1 |
0.577
ms
|
15 |
Yes
|
|
/classes/Carrier.php:486
/classes/Carrier.php:738 (getMaxDeliveryPriceByPrice)
/classes/Carrier.php:1573 (getCarriersForOrder)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 112 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.576
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1159 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `uwhfq_orders` o
LEFT JOIN uwhfq_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN uwhfq_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 2284
AND 8 != o.current_state LIMIT 1 |
0.576
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4273
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4255 (_isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:910 (isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE s.id_country, s.id_state, s.id_store, sl.name, sl.address1, sl.address2, s.postcode, s.city, sl.hours, s.phone, s.email, s.latitude, s.longitude
FROM uwhfq_store s
LEFT JOIN uwhfq_store_lang sl ON (s.id_store = sl.id_store) WHERE s.active = 1
AND sl.id_lang = 1 ORDER BY sl.name ASC |
0.574
ms
|
28 |
Yes
|
|
/modules/prestatilldrive/classes/PrestatillDriveConfiguration.php:438
/modules/prestatilldrive/prestatilldrive.php:884 (getAllStores)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_country` a
LEFT JOIN `uwhfq_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.571
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:135 (__construct)
/index.php:20 (require_once)
|
| 165 |
SELECT SQL_NO_CACHE mc.*
FROM `uwhfq_module_currency` mc
WHERE (mc.`id_module` = 30) AND (mc.`id_shop` = 1) |
0.571
ms
|
1 |
|
|
/classes/Currency.php:833
/modules/ps_wirepayment/ps_wirepayment.php:83 (checkPaymentCurrencies)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `uwhfq_orders` o
LEFT JOIN uwhfq_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN uwhfq_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 2272
AND 8 != o.current_state LIMIT 1 |
0.570
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4273
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4255 (_isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:910 (isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `uwhfq_country`
WHERE `id_country` = 8 LIMIT 1 |
0.568
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/modules/leoelements/includes/widgets/LeoGenCode.php:172 (getTemplateVarShop)
/modules/leoelements/includes/widgets/LeoGenCode.php:135 (generateFile)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2472
ORDER BY `position` |
0.566
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/stproductsasattrs/stproductsasattrs.php:1148 (present)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2292) LIMIT 1 |
0.565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:162 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:183 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.564
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:730 (getMessage)
/classes/Hook.php:1218 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2791 |
0.564
ms
|
4 |
|
|
/classes/Product.php:3143
/modules/leoextratab/LeoTab.php:187 (getProductCategories)
/modules/leoextratab/leoextratab.php:389 (getTabProduct)
/modules/leoextratab/leoextratab.php:319 (createTabHtml)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayNavFullWidth" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.564
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2268 (_processHook)
/classes/Hook.php:1218 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:127 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 20 |
DELETE FROM `uwhfq_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `uwhfq_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog"
) |
0.562
ms
|
1 |
|
|
/classes/Configuration.php:562
/modules/leoblog/leoblog.php:1105 (deleteByName)
/classes/Hook.php:1218 (hookModuleRoutes)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM uwhfq_shop s
LEFT JOIN uwhfq_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.560
ms
|
1 |
|
|
/classes/shop/Shop.php:195
/classes/shop/Shop.php:129 (setUrl)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 51 |
SELECT SQL_NO_CACHE `name` FROM `uwhfq_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.560
ms
|
0 |
|
|
/classes/Supplier.php:220
/classes/Product.php:694 (getNameById)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
0.557
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2286) LIMIT 1 |
0.557
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:162 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:183 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE `id_page`
FROM `uwhfq_page`
WHERE `id_page_type` = 7 AND `id_object` = 2791 LIMIT 1 |
0.556
ms
|
1 |
|
|
/classes/Page.php:63
/classes/Connection.php:160 (getCurrentId)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:413 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2791 LIMIT 1 |
0.553
ms
|
1 |
|
|
/modules/prixzone/prixzone.php:928
/modules/prixzone/prixzone.php:288 (getWholesalePrice)
/classes/Hook.php:1218 (hookActionPresentProduct)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:93 (exec)
/controllers/front/ProductController.php:1227 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2293) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:162 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:183 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2283) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:162 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:183 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayNav1" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.547
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2258 (_processHook)
/classes/Hook.php:1218 (hookDisplayNav1)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE * FROM `uwhfq_psreassurance` pr
LEFT JOIN uwhfq_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "1"
AND pr.status = 1
ORDER BY pr.position |
0.546
ms
|
3 |
Yes
|
|
/modules/blockreassurance/classes/ReassuranceActivity.php:159
/modules/blockreassurance/blockreassurance.php:498 (getAllBlockByStatus)
/modules/blockreassurance/blockreassurance.php:388 (renderTemplateInHook)
/classes/Hook.php:1218 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:731 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3680) AND (b.`id_shop` = 1) LIMIT 1 |
0.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2028) LIMIT 1 |
0.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.541
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:126 (__construct)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 441 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2791
ORDER BY `position` |
0.541
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/stproductsasattrs/stproductsasattrs.php:1148 (present)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2289) LIMIT 1 |
0.535
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:162 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:183 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2280) LIMIT 1 |
0.532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:162 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:183 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `uwhfq_orders` o
LEFT JOIN uwhfq_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN uwhfq_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 2275
AND 8 != o.current_state LIMIT 1 |
0.531
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4273
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4255 (_isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:910 (isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.531
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:725 (getMessage)
/classes/Hook.php:1218 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2897 AND `id_shop` = 1 |
0.530
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `uwhfq_orders` o
LEFT JOIN uwhfq_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN uwhfq_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 2278
AND 8 != o.current_state LIMIT 1 |
0.527
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4273
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4255 (_isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:910 (isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2828
ORDER BY `position` |
0.526
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/stproductsasattrs/stproductsasattrs.php:1148 (present)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.525
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2270 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2270 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.525
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `uwhfq_orders` o
LEFT JOIN uwhfq_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN uwhfq_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 2285
AND 8 != o.current_state LIMIT 1 |
0.522
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4273
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4255 (_isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:910 (isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE paap.*, paapl.*
FROM `uwhfq_st_pro_as_attr_pro` paap
LEFT JOIN `uwhfq_st_pro_as_attr_pro_lang` paapl ON (paap.`id_st_pro_as_attr_pro` = paapl.`id_st_pro_as_attr_pro`)
WHERE paap.`id_st_pro_as_attr` = 336
AND paapl.`id_lang` = 1
AND paap.`active` = 1
ORDER BY paap.`position` asc |
0.522
ms
|
3 |
Yes
|
|
/modules/stproductsasattrs/classes/StProAsAttrProsClass.php:61
/modules/stproductsasattrs/classes/StProAsAttrClass.php:89 (getByAttrId)
/modules/stproductsasattrs/stproductsasattrs.php:1124 (getEverythingByIdProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2468 AND `id_shop` = 1 |
0.521
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `uwhfq_orders` o
LEFT JOIN uwhfq_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN uwhfq_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 2281
AND 8 != o.current_state LIMIT 1 |
0.519
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4273
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4255 (_isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:910 (isQuantityDiscountRuleValidForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.519
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.517
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:740 (getMessage)
/classes/Hook.php:1218 (hookDisplayProductActions)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa323c213_26332374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:586 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:665 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2032) AND (b.`id_shop` = 1) LIMIT 1 |
0.517
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE tr.*
FROM `uwhfq_tax_rule` tr
JOIN `uwhfq_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 409)
AND ('50 000' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '50 000')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.515
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/classes/Product.php:6582 (getTaxCalculator)
/classes/Product.php:700 (getTaxesRate)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2468 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2468 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.514
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE id_page_type
FROM uwhfq_page_type
WHERE name = 'product' LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/Page.php:80
/classes/Page.php:35 (getPageTypeByName)
/classes/Connection.php:160 (getCurrentId)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:413 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE DATEDIFF(`date_add`, DATE_SUB("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new
FROM `uwhfq_product_shop` WHERE id_product = 2028 LIMIT 1 |
0.513
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:530
/modules/seosaproductlabels/classes/ProductLabelLocation.php:386 (checkNewProduct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2293 |
0.513
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:449
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6324 (getSelectedAssociatedRestrictions)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5624 (productIsInFilter)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category` a
LEFT JOIN `uwhfq_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.512
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/override/classes/Category.php:85 (__construct)
/controllers/front/ProductController.php:288 (__construct)
/controllers/front/ProductController.php:155 (initializeCategory)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2791) |
0.511
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1308 AND `id_shop` = 1 |
0.510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE s.id_store, sl.name, sl.address1, sl.address2, s.postcode, s.city, sl.hours, s.phone, s.email, s.latitude, s.longitude
FROM uwhfq_store s
LEFT JOIN uwhfq_store_lang sl ON (s.id_store = sl.id_store)
LEFT JOIN uwhfq_store_shop ss ON (s.id_store = ss.id_store) AND (ss.id_shop = 1)
WHERE s.active = 1
AND sl.id_lang = 1
AND s.id_store = 0 LIMIT 1 |
0.509
ms
|
0 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveConfiguration.php:495
/modules/prestatilldrive/prestatilldrive.php:749 (getStore)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_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/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooter" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.509
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2298 (_processHook)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_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/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.507
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2766 AND `id_shop` = 1 |
0.507
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE `id_btmegamenu` FROM `uwhfq_btmegamenu`
WHERE `id_group` = 9 AND `id_parent` = 0 |
0.506
ms
|
54 |
|
|
/modules/leobootstrapmenu/classes/Btmegamenu.php:1188
/modules/leobootstrapmenu/leobootstrapmenu.php:2871 (getMenusRoot)
/modules/leobootstrapmenu/leobootstrapmenu.php:2841 (prepareHookForApPageBuilder)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:224 (processHookCallBack)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `uwhfq_category_product` cp
INNER JOIN `uwhfq_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 2791 AND ctg.`id_group` = 1 LIMIT 1 |
0.503
ms
|
4 |
|
|
/classes/Product.php:6508
/classes/Product.php:6489 (checkAccessStatic)
/controllers/front/ProductController.php:250 (checkAccess)
/controllers/front/ProductController.php:152 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2028) AND (b.`id_shop` = 1) LIMIT 1 |
0.502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3776) AND (b.`id_shop` = 1) LIMIT 1 |
0.502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2887 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2887 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.500
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.500
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:478 (getMessage)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_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/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.499
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayReassurance" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.498
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2323 (_processHook)
/classes/Hook.php:1218 (hookDisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:731 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3774) AND (b.`id_shop` = 1) LIMIT 1 |
0.496
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 750) AND (b.`id_shop` = 1) LIMIT 1 |
0.496
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductAdditionalInfo')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.495
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:710 (getMessage)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1308 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1308 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.494
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE tr.*
FROM `uwhfq_tax_rule` tr
JOIN `uwhfq_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
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.493
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/classes/Product.php:5714 (getTaxCalculator)
/classes/Product.php:5606 (getTaxesInformations)
/controllers/front/ProductController.php:1204 (getProductProperties)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE * FROM `uwhfq_leoelements_product_list` a INNER JOIN `uwhfq_leoelements_product_list_shop` ps ON (ps.`id_leoelements_product_list` = a.`id_leoelements_product_list`) WHERE plist_key= "plist2912510785" AND ps.id_shop=1 |
0.493
ms
|
13 |
|
|
/modules/leoelements/leoelements.php:1258
/modules/leoelements/leoelements.php:680 (getProductListConfig)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3680 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.493
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2032 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2032 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.493
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2270 AND `id_shop` = 1 |
0.493
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductAdditionalInfo')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.492
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:710 (getMessage)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2897 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2897 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.492
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE * FROM uwhfq_hook_module
WHERE `id_hook` = 994
AND `id_module` = 178
AND `id_shop` = 1 |
0.490
ms
|
1 |
|
|
/classes/Hook.php:549
/classes/module/Module.php:2286 (isModuleRegisteredOnHook)
/modules/opartdevis/opartdevis.php:53 (isRegisteredInHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 2278
ORDER BY `id_quantity_discount_rule_group` ASC |
0.489
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:152
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5088 (getGroups)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2270) AND (b.`id_shop` = 1) LIMIT 1 |
0.489
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2468) AND (b.`id_shop` = 1) LIMIT 1 |
0.489
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2032 AND `id_shop` = 1 |
0.487
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.486
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:231
/src/Adapter/Module/ModuleDataProvider.php:203 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:291 (isInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:41 (getPsAccountsService)
/var/cache/dev/Ps_checkout9540FrontContainer.php:2162 (__construct)
/var/cache/dev/Ps_checkout9540FrontContainer.php:2202 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1128 (getService)
/modules/ps_checkout/ps_checkout.php:1193 (getService)
/modules/ps_checkout/ps_checkout.php:308 (merchantIsValid)
/classes/Hook.php:1218 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:969 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2828) |
0.486
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2766) AND (b.`id_shop` = 1) LIMIT 1 |
0.486
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2897) AND (b.`id_shop` = 1) LIMIT 1 |
0.486
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category` a
LEFT JOIN `uwhfq_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1 |
0.486
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:204 (__construct)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `uwhfq_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2766 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `uwhfq_cart_product` cp JOIN `uwhfq_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uwhfq_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2766 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.483
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3680 AND `id_shop` = 1 |
0.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE `active`
FROM `uwhfq_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.482
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:274
/modules/ps_mbo/ps_mbo.php:95 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2472) |
0.481
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = '_elementor_scheme_last_updated' LIMIT 1 |
0.480
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/files/css/global-css.php:112 (get_option)
/modules/leoelements/core/files/css/base.php:226 (is_update_required)
/modules/leoelements/includes/frontend.php:931 (enqueue)
/modules/leoelements/leoelements.php:1141 (parse_global_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1216) AND (b.`id_shop` = 1) LIMIT 1 |
0.479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE DATEDIFF(`date_add`, DATE_SUB("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new
FROM `uwhfq_product_shop` WHERE id_product = 2897 LIMIT 1 |
0.479
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:530
/modules/seosaproductlabels/classes/ProductLabelLocation.php:386 (checkNewProduct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1308) AND (b.`id_shop` = 1) LIMIT 1 |
0.477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 985) AND (b.`id_shop` = 1) LIMIT 1 |
0.476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.476
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2273 |
0.475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_lang` a
LEFT JOIN `uwhfq_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:200 (__construct)
/index.php:20 (require_once)
|
| 140 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2791) LIMIT 1 |
0.475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/leoelements/leoelements.php:737 (__construct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04615"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.475
ms
|
1 |
Yes
|
|
/modules/prixzone/prixzone.php:965
/modules/prixzone/prixzone.php:1041 (resolveRemise)
/classes/Hook.php:1218 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 487) AND (b.`id_shop` = 1) LIMIT 1 |
0.474
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM uwhfq_product_attribute pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2766 LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/modules/seosaproductlabels/seosaproductlabels.php:312 (getPriceStatic)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooterBefore" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.473
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2293 (_processHook)
/classes/Hook.php:1218 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "appagebuilder" LIMIT 1 |
0.472
ms
|
0 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/leoextratab/LeoTab.php:140 (isEnabled)
/modules/leoextratab/LeoTab.php:216 (fomatTab)
/modules/leoextratab/leoextratab.php:389 (getTabProduct)
/modules/leoextratab/leoextratab.php:319 (createTabHtml)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.472
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_group` a
LEFT JOIN `uwhfq_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/classes/Cart.php:261 (getCurrent)
/classes/Cart.php:225 (setTaxCalculationMethod)
/classes/controller/FrontController.php:439 (__construct)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3775) AND (b.`id_shop` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayTop" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.470
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2253 (_processHook)
/classes/Hook.php:1218 (hookDisplayTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 792) AND (b.`id_shop` = 1) LIMIT 1 |
0.469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE CONCAT(LEFT(`firstname`, 1), `lastname`) AS `name`, `phone`, CONCAT(`address1`," ",`city`) AS `address`
FROM `uwhfq_address`
WHERE id_customer
IN (SELECT DISTINCT `id_customer` FROM `uwhfq_orders` WHERE `id_order` IN(14,13,12,11,10,9,8,7,6,5)) |
0.469
ms
|
14 |
|
|
/modules/leopopupsale/leopopupsale.php:644
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_leofeature_product_review` pc
WHERE pc.`id_product` = 2791
AND pc.`id_customer` = 0
ORDER BY pc.`date_add` DESC LIMIT 1 |
0.468
ms
|
1 |
Yes
|
|
/modules/leofeature/classes/ProductReview.php:122
/modules/leofeature/leofeature.php:1552 (getByCustomer)
/classes/Hook.php:1218 (hookdisplayLeoProductReviewExtra)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:66 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE `index_image_css` `index`, `product_image_css` `product`, `product2_image_css` `product2`, `category_image_css` `category`
FROM `uwhfq_seosaproductlabels_shop` WHERE `id_product_label` = 23
AND `id_shop` = 1 LIMIT 1 |
0.468
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelSeo.php:282
/modules/seosaproductlabels/seosaproductlabels.php:317 (getImageCSS)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `uwhfq_module` m
LEFT JOIN `uwhfq_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.468
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:283
/modules/ps_mbo/ps_mbo.php:95 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2277) LIMIT 1 |
0.467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:162 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:183 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5588 (getActions)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 2284
ORDER BY `id_quantity_discount_rule_group` ASC |
0.466
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:152
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5088 (getGroups)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE DATEDIFF(`date_add`, DATE_SUB("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new
FROM `uwhfq_product_shop` WHERE id_product = 2468 LIMIT 1 |
0.465
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:530
/modules/seosaproductlabels/classes/ProductLabelLocation.php:386 (checkNewProduct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE DATEDIFF(`date_add`, DATE_SUB("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new
FROM `uwhfq_product_shop` WHERE id_product = 1308 LIMIT 1 |
0.465
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:530
/modules/seosaproductlabels/classes/ProductLabelLocation.php:386 (checkNewProduct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `uwhfq_product` p
INNER JOIN uwhfq_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2791
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 2 LIMIT 1 |
0.463
ms
|
0 |
|
|
/classes/Product.php:1686
/classes/Product.php:1665 (isNewStatic)
/classes/Product.php:702 (isNew)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 2275
ORDER BY `id_quantity_discount_rule_group` ASC |
0.463
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:152
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5088 (getGroups)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE pdc.id_carrier, s.id_store, sl.name, sl.address1, sl.address2, s.postcode, s.city, sl.hours, s.phone, s.email, s.latitude, s.longitude
FROM uwhfq_store s
LEFT JOIN uwhfq_store_lang sl ON (s.id_store = sl.id_store)
LEFT JOIN uwhfq_store_shop ss ON (s.id_store = ss.id_store) AND (ss.id_shop = 1)
LEFT JOIN uwhfq_prestatill_drive_store_carrier pdc ON (s.id_store = pdc.id_store) AND (pdc.id_shop = 1)
WHERE s.active = 1
AND sl.id_lang = 1 AND pdc.id_carrier = 1 |
0.462
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:107
/modules/prestatilldrive/prestatilldrive.php:642 (getStoresAssociatedToACarrier)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2472 AND `id_shop` = 1 |
0.461
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/stproductsasattrs/stproductsasattrs.php:1141 (__construct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE DATEDIFF(`date_add`, DATE_SUB("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new
FROM `uwhfq_product_shop` WHERE id_product = 2032 LIMIT 1 |
0.460
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:530
/modules/seosaproductlabels/classes/ProductLabelLocation.php:386 (checkNewProduct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE `id_guide`
FROM uwhfq_leosizechart_product
WHERE id_product = 2791 LIMIT 1 |
0.459
ms
|
0 |
|
|
/modules/leosizechart/src/SizeGuideModel.php:87
/modules/leosizechart/leosizechart.php:712 (getProductGuide)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product` a
LEFT JOIN `uwhfq_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uwhfq_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 767) AND (b.`id_shop` = 1) LIMIT 1 |
0.459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM uwhfq_link_block lb
INNER JOIN uwhfq_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.459
ms
|
1 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_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/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM uwhfq_product_attribute pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2032 LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/modules/seosaproductlabels/seosaproductlabels.php:312 (getPriceStatic)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE DATEDIFF(`date_add`, DATE_SUB("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new
FROM `uwhfq_product_shop` WHERE id_product = 2791 LIMIT 1 |
0.457
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:530
/modules/seosaproductlabels/classes/ProductLabelLocation.php:386 (checkNewProduct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:367 (prepareHook)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE id_carrier
FROM `uwhfq_product_carrier` pc
INNER JOIN `uwhfq_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2791) AND (pc.id_shop = 1) |
0.457
ms
|
1 |
|
|
/classes/Carrier.php:1549
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.456
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2292 |
0.455
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:449
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6324 (getSelectedAssociatedRestrictions)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5624 (productIsInFilter)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE DATEDIFF(`date_add`, DATE_SUB("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new
FROM `uwhfq_product_shop` WHERE id_product = 2766 LIMIT 1 |
0.455
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:530
/modules/seosaproductlabels/classes/ProductLabelLocation.php:386 (checkNewProduct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM uwhfq_link_block lb
INNER JOIN uwhfq_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 1047 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.455
ms
|
1 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.452
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.451
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2028 |
0.450
ms
|
5 |
|
|
/classes/Product.php:3143
/classes/Product.php:3199 (getProductCategories)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:142 (getCategories)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooterAfter" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.450
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2303 (_processHook)
/classes/Hook.php:1218 (hookDisplayFooterAfter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:109 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2897 |
0.448
ms
|
5 |
|
|
/classes/Product.php:3143
/classes/Product.php:3199 (getProductCategories)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:142 (getCategories)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `uwhfq_product_attribute` pa INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2791 |
0.445
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/controllers/front/ProductController.php:1033 (hasCombinations)
/controllers/front/ProductController.php:1181 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2284) LIMIT 1 |
0.444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2283 |
0.444
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:449
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6324 (getSelectedAssociatedRestrictions)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5624 (productIsInFilter)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE DATEDIFF(`date_add`, DATE_SUB("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new
FROM `uwhfq_product_shop` WHERE id_product = 2270 LIMIT 1 |
0.444
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:530
/modules/seosaproductlabels/classes/ProductLabelLocation.php:386 (checkNewProduct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `uwhfq_product_attribute` pa INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2791 |
0.443
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/controllers/front/ProductController.php:1033 (hasCombinations)
/controllers/front/ProductController.php:546 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:306 (assignPriceAndTax)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `uwhfq_country`
WHERE `id_country` = 8 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/modules/leoelements/includes/widgets/LeoGenCode.php:172 (getTemplateVarShop)
/modules/leoelements/includes/widgets/LeoGenCode.php:135 (generateFile)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM uwhfq_tag t
LEFT JOIN uwhfq_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2791 |
0.440
ms
|
1 |
|
|
/classes/Tag.php:219
/classes/Product.php:708 (getProductTags)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2271) LIMIT 1 |
0.440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `uwhfq_quantity_discount_rule` qdr
INNER JOIN `uwhfq_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `uwhfq_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductAdditionalInfo')
INNER JOIN `uwhfq_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` DESC, qdr.`id_quantity_discount_rule` ASC |
0.440
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:710 (getMessage)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE DATEDIFF(`date_add`, DATE_SUB("2026-06-08 00:00:00",
INTERVAL 2 DAY)) > 0 AS new
FROM `uwhfq_product_shop` WHERE id_product = 3680 LIMIT 1 |
0.438
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:530
/modules/seosaproductlabels/classes/ProductLabelLocation.php:386 (checkNewProduct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2286 |
0.438
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:449
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6324 (getSelectedAssociatedRestrictions)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5624 (productIsInFilter)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2028
ORDER BY `position` |
0.438
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 19 |
DELETE FROM `uwhfq_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list" |
0.437
ms
|
1 |
|
|
/classes/Configuration.php:570
/modules/leoblog/leoblog.php:1104 (deleteByName)
/classes/Hook.php:1218 (hookModuleRoutes)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 321 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2283) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 2281
ORDER BY `id_quantity_discount_rule_group` ASC |
0.437
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:152
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5088 (getGroups)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 2272
ORDER BY `id_quantity_discount_rule_group` ASC |
0.436
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:152
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5088 (getGroups)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM uwhfq_shop s |
0.436
ms
|
1 |
|
|
/classes/shop/Shop.php:902
/src/Adapter/Configuration.php:363 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:99 (getShopGroupId)
/classes/tax/TaxRulesTaxManager.php:60 (get)
/classes/Product.php:6582 (getTaxCalculator)
/classes/Product.php:700 (getTaxesRate)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2032 |
0.435
ms
|
5 |
|
|
/classes/Product.php:3143
/classes/Product.php:3199 (getProductCategories)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:142 (getCategories)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3680
ORDER BY `position` |
0.435
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE * FROM `uwhfq_cart_rule` cr
LEFT JOIN `uwhfq_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 (cr.`quantity` > 0 OR cr.`quantity` is null) AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.434
ms
|
1 |
|
|
/classes/CartRule.php:446
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:146 (getCustomerCartRules)
/classes/Cart.php:540 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/73/cf/2b/73cf2b8f5cedb223c4ca4728ee691b48821f1fd7_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08503359_98887883)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04615"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.432
ms
|
1 |
Yes
|
|
/modules/prixzone/prixzone.php:965
/modules/prixzone/prixzone.php:1041 (resolveRemise)
/classes/Hook.php:1218 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` |
0.431
ms
|
8 |
|
|
/classes/ImageType.php:141
/classes/ImageType.php:182 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:197 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:82 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:75 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:80 (__construct)
/controllers/front/ProductController.php:1227 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 2285
ORDER BY `id_quantity_discount_rule_group` ASC |
0.431
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:152
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5088 (getGroups)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2468 |
0.431
ms
|
4 |
|
|
/classes/Product.php:3143
/classes/Product.php:3199 (getProductCategories)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:142 (getCategories)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1 |
0.429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:204 (__construct)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.429
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE *
FROM uwhfq_leoelements_positions p |
0.428
ms
|
12 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:318
/modules/leoelements/leoelements.php:1548 (getAllProfileByShop)
/classes/Hook.php:1218 (hookModuleRoutes)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 57 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM uwhfq_product_attribute pa
INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2791 LIMIT 1 |
0.428
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2269) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2287) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2270) |
0.428
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3680 |
0.428
ms
|
5 |
|
|
/classes/Product.php:3143
/classes/Product.php:3199 (getProductCategories)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:142 (getCategories)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2270
ORDER BY `position` |
0.427
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1308 |
0.426
ms
|
5 |
|
|
/classes/Product.php:3143
/classes/Product.php:3199 (getProductCategories)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:142 (getCategories)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2280 |
0.425
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:449
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6324 (getSelectedAssociatedRestrictions)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5624 (productIsInFilter)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "productcomments" LIMIT 1 |
0.425
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 2269
ORDER BY `id_quantity_discount_rule_group` ASC |
0.425
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:152
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5088 (getGroups)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2766 |
0.424
ms
|
4 |
|
|
/classes/Product.php:3143
/classes/Product.php:3199 (getProductCategories)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:142 (getCategories)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE `id_guide`
FROM uwhfq_leosizechart_product
WHERE id_product = 2791 LIMIT 1 |
0.422
ms
|
0 |
|
|
/modules/leosizechart/src/SizeGuideModel.php:87
/modules/leosizechart/leosizechart.php:810 (getProductGuide)
/classes/Hook.php:1218 (hookLeoProductSizeGuide)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa323c213_26332374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:586 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:665 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2277) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2289 |
0.420
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:449
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6324 (getSelectedAssociatedRestrictions)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5624 (productIsInFilter)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2274) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE DISTINCT reference,quantite,montant,type_remise,datefin FROM `0al_remises`
WHERE `reference` = "24384"
AND datedeb2 <= CURDATE()
ORDER BY `quantite` ASC |
0.417
ms
|
1 |
Yes
|
|
/modules/remises/remises.php:138
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2828 AND `id_shop` = 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/stproductsasattrs/stproductsasattrs.php:1141 (__construct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_currency` a
LEFT JOIN `uwhfq_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:693 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2287 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2276) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2280) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2286) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.414
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:710 (getMessage)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `uwhfq_leofeature_product_review` pc
WHERE pc.`id_product` = 2791
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.414
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1554 (getAverageGrade)
/classes/Hook.php:1218 (hookdisplayLeoProductReviewExtra)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:66 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2275) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayProductButtons" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.414
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2318 (_processHook)
/classes/Hook.php:1218 (hookDisplayProductButtons)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:441 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2272) LIMIT 1 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2278) LIMIT 1 |
0.412
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2270 |
0.410
ms
|
4 |
|
|
/classes/Product.php:3143
/classes/Product.php:3199 (getProductCategories)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:142 (getCategories)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE * FROM `uwhfq_cart_rule` cr
LEFT JOIN `uwhfq_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.409
ms
|
6 |
|
|
/classes/CartRule.php:446
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3104 (getCustomerCartRules)
/classes/Cart.php:3430 (getDeliveryOptionList)
/classes/Cart.php:3509 (getDeliveryOption)
/src/Core/Cart/Fees.php:76 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:336 (processCalculation)
/src/Core/Cart/Calculator.php:137 (calculateFees)
/classes/Cart.php:2275 (processCalculation)
/override/classes/Cart.php:81 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:126 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/73/cf/2b/73cf2b8f5cedb223c4ca4728ee691b48821f1fd7_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08503359_98887883)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE value FROM `uwhfq_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.408
ms
|
1 |
|
|
/classes/shop/Shop.php:1191
/classes/Currency.php:948 (isFeatureActive)
/classes/Currency.php:870 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_carrier` a
LEFT JOIN `uwhfq_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 10) LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Carrier.php:189 (__construct)
/classes/Carrier.php:723 (__construct)
/classes/Carrier.php:1573 (getCarriersForOrder)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE `name`
FROM `uwhfq_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
0.406
ms
|
0 |
|
|
/classes/Manufacturer.php:286
/classes/Product.php:693 (getNameById)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2284 |
0.406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2032
ORDER BY `position` |
0.405
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2281 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `uwhfq_country`
WHERE `id_country` = 8 LIMIT 1 |
0.404
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/modules/leoelements/includes/widgets/LeoGenCode.php:172 (getTemplateVarShop)
/modules/leoelements/includes/widgets/LeoGenCode.php:135 (generateFile)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_group_lang`
WHERE `id_group` = 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/classes/Cart.php:261 (getCurrent)
/classes/Cart.php:225 (setTaxCalculationMethod)
/classes/controller/FrontController.php:439 (__construct)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `uwhfq_specific_price` WHERE `id_product` != 0 |
0.403
ms
|
24 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:347 (filterOutField)
/classes/SpecificPrice.php:601 (computeExtraConditions)
/controllers/front/ProductController.php:549 (getQuantityDiscounts)
/controllers/front/ProductController.php:306 (assignPriceAndTax)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2285) LIMIT 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2472 AND `id_group` = 1 LIMIT 1 |
0.403
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2283 |
0.402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2269 |
0.399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2282) LIMIT 1 |
0.399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2274 |
0.399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2279) LIMIT 1 |
0.398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:542 (__construct)
/config/config.inc.php:160 (getGroup)
/index.php:20 (require_once)
|
| 69 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `uwhfq_product_attribute` pa INNER JOIN uwhfq_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2791 |
0.396
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/controllers/front/ProductController.php:66 (hasCombinations)
/controllers/front/ProductController.php:143 (canonicalRedirection)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2270) LIMIT 1 |
0.396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2271 |
0.396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE `price_display_method`
FROM `uwhfq_group`
WHERE `id_group` = 3 LIMIT 1 |
0.395
ms
|
1 |
|
|
/classes/Group.php:150
/classes/Group.php:170 (getPriceDisplayMethod)
/classes/order/Order.php:287 (getDefaultPriceDisplayMethod)
/modules/sogecommerce/sogecommerce.php:61 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE `index_image_css` `index`, `product_image_css` `product`, `product2_image_css` `product2`, `category_image_css` `category`
FROM `uwhfq_seosaproductlabels_shop` WHERE `id_product_label` = 21
AND `id_shop` = 1 LIMIT 1 |
0.394
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelSeo.php:282
/modules/seosaproductlabels/seosaproductlabels.php:317 (getImageCSS)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 21 |
DELETE FROM `uwhfq_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog" |
0.392
ms
|
1 |
|
|
/classes/Configuration.php:570
/modules/leoblog/leoblog.php:1105 (deleteByName)
/classes/Hook.php:1218 (hookModuleRoutes)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 310 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2282 |
0.392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2472) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.392
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2468
ORDER BY `position` |
0.392
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE id_shop
FROM `uwhfq_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Group.php:388 (isAssociatedToShop)
/classes/Cart.php:261 (getCurrent)
/classes/Cart.php:225 (setTaxCalculationMethod)
/classes/controller/FrontController.php:439 (__construct)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2275 |
0.390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2281) LIMIT 1 |
0.390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2828 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE c.id_currency
FROM `uwhfq_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2277 |
0.390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2766
ORDER BY `position` |
0.388
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `uwhfq_quantity_discount_rule` qdr
LEFT JOIN `uwhfq_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.388
ms
|
18 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:263
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:371 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:146 (getCustomerCartRules)
/classes/Cart.php:540 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/73/cf/2b/73cf2b8f5cedb223c4ca4728ee691b48821f1fd7_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08503359_98887883)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE 1 FROM uwhfq_cart_product cp INNER JOIN uwhfq_product p
ON (p.id_product = cp.id_product) INNER JOIN uwhfq_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.387
ms
|
1 |
|
|
/classes/Cart.php:4347
/classes/Cart.php:4328 (hasProducts)
/classes/Cart.php:2210 (isVirtualCart)
/override/classes/Cart.php:81 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:126 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/73/cf/2b/73cf2b8f5cedb223c4ca4728ee691b48821f1fd7_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08503359_98887883)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE `id_lang` FROM `uwhfq_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2273) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2897
ORDER BY `position` |
0.385
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2028 AND `id_shop` = 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/seosaproductlabels/classes/ProductLabelLocation.php:107 (__construct)
/modules/seosaproductlabels/seosaproductlabels.php:290 (getForProduct)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE `type_remise`, `montant` FROM `0al_remises`
WHERE `reference` = "24384"
AND `quantite` = 1 LIMIT 1 |
0.384
ms
|
1 |
|
|
/modules/remises/remises.php:218
/classes/Hook.php:1218 (hookActionPresentProduct)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:93 (exec)
/controllers/front/ProductController.php:1227 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2285 |
0.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2286 |
0.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2828) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.383
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3680) |
0.382
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoelements_contents c
LEFT JOIN uwhfq_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.380
ms
|
31 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:113
/modules/leoelements/leoelements.php:459 (getIdByKey)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2279 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3680 LIMIT 1 |
0.379
ms
|
1 |
|
|
/modules/prixzone/prixzone.php:928
/modules/prixzone/prixzone.php:1032 (getWholesalePrice)
/classes/Hook.php:1218 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `uwhfq_leofeature_product_review` pc
WHERE pc.`id_product` = 2791
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.379
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1562 (getRatings)
/classes/Hook.php:1218 (hookdisplayLeoProductReviewExtra)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:66 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 23 |
DELETE FROM `uwhfq_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category" |
0.378
ms
|
1 |
|
|
/classes/Configuration.php:570
/modules/leoblog/leoblog.php:1106 (deleteByName)
/classes/Hook.php:1218 (hookModuleRoutes)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 477 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM uwhfq_category_group ctg
WHERE ctg.`id_category` = 16 AND ctg.`id_group` = 1 LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:983 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:63 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:251 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2276 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2278 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2280 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE c.`id_carrier`
FROM `uwhfq_carrier` c
LEFT JOIN `uwhfq_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)
LEFT JOIN `uwhfq_zone` z ON (z.`id_zone` = 1)
WHERE c.`id_carrier` = 14
AND c.`deleted` = 0
AND c.`active` = 1
AND cz.`id_zone` = 1
AND z.`active` = 1 LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/Carrier.php:823
/classes/Carrier.php:1559 (checkCarrierZone)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2272 |
0.373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2472 LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.371
ms
|
24 |
|
|
/classes/SpecificPrice.php:284
/classes/SpecificPrice.php:347 (filterOutField)
/classes/SpecificPrice.php:601 (computeExtraConditions)
/controllers/front/ProductController.php:549 (getQuantityDiscounts)
/controllers/front/ProductController.php:306 (assignPriceAndTax)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uwhfq_image` i
INNER JOIN uwhfq_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uwhfq_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1308
ORDER BY `position` |
0.371
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:296 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3680 LIMIT 1 |
0.371
ms
|
1 |
|
|
/modules/prixzone/prixzone.php:928
/modules/prixzone/prixzone.php:1069 (getWholesalePrice)
/classes/Hook.php:1218 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:288 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2270 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:909 (__construct)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2277 |
0.369
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:449
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6324 (getSelectedAssociatedRestrictions)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5624 (productIsInFilter)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:745 (getMessage)
/classes/Hook.php:1218 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:349 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_carrier` a
LEFT JOIN `uwhfq_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 14) LIMIT 1 |
0.369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Carrier.php:189 (__construct)
/classes/Carrier.php:723 (__construct)
/classes/Carrier.php:1573 (getCarriersForOrder)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_carrier` a
LEFT JOIN `uwhfq_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 15) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Carrier.php:189 (__construct)
/classes/Carrier.php:723 (__construct)
/classes/Carrier.php:1573 (getCarriersForOrder)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2791) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:7537 (getQuantityAvailableByProduct)
/classes/Product.php:710 (loadStockData)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_cart_rule` WHERE ((date_to >= "2026-06-08 00:00:00" AND date_to <= "2026-06-08 23:59:59") OR (date_from >= "2026-06-08 00:00:00" AND date_from <= "2026-06-08 23:59:59") OR (date_from < "2026-06-08 00:00:00" AND date_to > "2026-06-08 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.367
ms
|
6 |
|
|
/classes/CartRule.php:380
/classes/CartRule.php:412 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3104 (getCustomerCartRules)
/classes/Cart.php:3430 (getDeliveryOptionList)
/classes/Cart.php:3509 (getDeliveryOption)
/src/Core/Cart/Fees.php:76 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:336 (processCalculation)
/src/Core/Cart/Calculator.php:137 (calculateFees)
/classes/Cart.php:2275 (processCalculation)
/override/classes/Cart.php:81 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:126 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/73/cf/2b/73cf2b8f5cedb223c4ca4728ee691b48821f1fd7_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08503359_98887883)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "ps_categoryproducts" LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_currency_lang`
WHERE `id_currency` = 1 |
0.366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:693 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2766) |
0.366
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "prestatilldrive" LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/override/modules/prestatillstockperstore/prestatillstockperstore.php:171 (isEnabled)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE `id_guide`
FROM uwhfq_leosizechart_category
WHERE id_category = 16 LIMIT 1 |
0.365
ms
|
0 |
|
|
/modules/leosizechart/src/SizeGuideModel.php:120
/modules/leosizechart/leosizechart.php:813 (getCategoryGuide)
/classes/Hook.php:1218 (hookLeoProductSizeGuide)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c9/e5/00/c9e500626bce7b7fb257ad8ddd2e026d77645193_2.file.product-add-to-cart.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa323c213_26332374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:586 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:665 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE *
FROM uwhfq_leoelements_positions p |
0.364
ms
|
12 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:322
/modules/leoelements/leoelements.php:1548 (getAllProfileByShop)
/classes/Hook.php:1218 (hookModuleRoutes)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/override/classes/Dispatcher.php:16 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 45 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/override/classes/CartRule.php:36 (isEnabled)
/classes/controller/FrontController.php:464 (autoRemoveFromCart)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE data
FROM `uwhfq_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.364
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:51 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:413 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 2766
AND `id_shop` = 1 LIMIT 1 |
0.361
ms
|
0 |
|
|
/modules/seosaproductlabels/classes/ProductLabelSeo.php:301
/modules/seosaproductlabels/seosaproductlabels.php:300 (checkExcludedProductForLabel)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 8
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.360
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
0.358
ms
|
0 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/leoelements/includes/fonts.php:157 (isEnabled)
/modules/leoelements/includes/fonts.php:137 (get_native_fonts)
/modules/leoelements/includes/controls/font.php:62 (get_fonts)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2270 LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 23 LIMIT 1 |
0.358
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelSeo.php:584
/modules/seosaproductlabels/seosaproductlabels.php:318 (getImageHint)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "stsitebuilder" LIMIT 1 |
0.357
ms
|
0 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2229 (getModuleIdByName)
/modules/stproductsasattrs/stproductsasattrs.php:1066 (isInstalled)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2887) |
0.357
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE `id_lang` FROM `uwhfq_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leoslideshow" LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/leoelements/includes/managers/widgets.php:99 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 15
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.356
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1308) |
0.356
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2032) |
0.356
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 12
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.355
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2028) |
0.354
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 23 AND `id_excluded_product` = 2032
AND `id_shop` = 1 LIMIT 1 |
0.354
ms
|
0 |
|
|
/modules/seosaproductlabels/classes/ProductLabelSeo.php:301
/modules/seosaproductlabels/seosaproductlabels.php:300 (checkExcludedProductForLabel)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE `name`
FROM `uwhfq_hook`
WHERE `id_hook` = 1215 LIMIT 1 |
0.352
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:1010 (getNameById)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE `id_order`
FROM `uwhfq_orders`
WHERE 1 ORDER BY `id_order` DESC LIMIT 10 |
0.352
ms
|
10 |
|
|
/modules/leopopupsale/leopopupsale.php:609
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.352
ms
|
1 |
|
|
/classes/module/Module.php:2262
/override/modules/prestatillstockperstore/prestatillstockperstore.php:171 (isEnabled)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2897) |
0.351
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `uwhfq_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.350
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/config/config.inc.php:205 (isAssociatedToShop)
/index.php:20 (require_once)
|
| 573 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.350
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelSeo.php:584
/modules/seosaproductlabels/seosaproductlabels.php:318 (getImageHint)
/modules/seosaproductlabels/seosaproductlabels.php:349 (prepareHook)
/classes/Hook.php:1218 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE `from` BETWEEN '2026-06-08 00:00:00' AND '2026-06-08 23:59:59' LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/SpecificPrice.php:364
/classes/SpecificPrice.php:601 (computeExtraConditions)
/controllers/front/ProductController.php:549 (getQuantityDiscounts)
/controllers/front/ProductController.php:306 (assignPriceAndTax)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 38 AND `id_shop` = 1 LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE * FROM uwhfq_hook_module
WHERE `id_hook` = 993
AND `id_module` = 178
AND `id_shop` = 1 |
0.346
ms
|
1 |
|
|
/classes/Hook.php:549
/classes/module/Module.php:2286 (isModuleRegisteredOnHook)
/modules/opartdevis/opartdevis.php:56 (isRegisteredInHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 286 AND `id_shop` = 1 LIMIT 1 |
0.345
ms
|
1 |
|
|
/classes/module/Module.php:2262
/override/classes/CartRule.php:36 (isEnabled)
/classes/controller/FrontController.php:464 (autoRemoveFromCart)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE 1
FROM `uwhfq_prestatill_sbs_product_exclusion`
WHERE id_product = 2791 LIMIT 1 |
0.345
ms
|
0 |
|
|
/modules/prestatillstockperstore/classes/PrestatillStockManager.php:1875
/modules/prestatillstockperstore/prestatillstockperstore.php:3589 (isProductExcluded)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `uwhfq_product` p
INNER JOIN `uwhfq_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uwhfq_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2468) |
0.345
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3680 LIMIT 1 |
0.344
ms
|
1 |
|
|
/modules/prixzone/prixzone.php:928
/modules/prixzone/prixzone.php:1032 (getWholesalePrice)
/classes/Hook.php:1218 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.341
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/06/01/b1/0601b1601dc88025aa68f0f9dd2fbdb186c303dd_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08dc6f56_43518521)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:375 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:127 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE COUNT(*) FROM `0al_prixzone`
WHERE `reference` = '24384' LIMIT 1 |
0.341
ms
|
1 |
|
|
/modules/prixzone/src/Repository/PrixZoneRepository.php:335
/modules/prixzone/src/Service/PrixZoneService.php:307 (productHasPrixZone)
/modules/prixzone/prixzone.php:543 (productHasPrixZone)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3680 LIMIT 1 |
0.341
ms
|
1 |
|
|
/modules/prixzone/src/Repository/PrixZoneRepository.php:204
/modules/prixzone/prixzone.php:1088 (findUnitPrice)
/classes/Hook.php:1218 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:288 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 59
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.340
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3680 LIMIT 1 |
0.340
ms
|
1 |
|
|
/modules/prixzone/prixzone.php:1077
/classes/Hook.php:1218 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:288 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_leoelements_contents` a
LEFT JOIN `uwhfq_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 112) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1156 (__construct)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_cart_rule` WHERE ((date_to >= "2026-06-08 00:00:00" AND date_to <= "2026-06-08 23:59:59") OR (date_from >= "2026-06-08 00:00:00" AND date_from <= "2026-06-08 23:59:59") OR (date_from < "2026-06-08 00:00:00" AND date_to > "2026-06-08 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.335
ms
|
6 |
|
|
/classes/CartRule.php:380
/classes/CartRule.php:412 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:146 (getCustomerCartRules)
/classes/Cart.php:540 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/73/cf/2b/73cf2b8f5cedb223c4ca4728ee691b48821f1fd7_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08503359_98887883)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `uwhfq_leofeature_product_review` pc
WHERE `id_product` = 2791 AND `validate` = 1 LIMIT 1 |
0.335
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1564 (getReviewNumber)
/classes/Hook.php:1218 (hookdisplayLeoProductReviewExtra)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:66 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 0 LIMIT 1 |
0.333
ms
|
1 |
|
|
/classes/SpecificPrice.php:413
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/15/41/26/1541260f3c5dd0ff305b9b8b53acd59004294216_2.file.product-jsonld.tpl.php:50 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22d9d09_05087040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:108 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:280 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2828 AND `id_group` = 1 LIMIT 1 |
0.332
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/stproductsasattrs/stproductsasattrs.php:1150 (assembleProduct)
/classes/Hook.php:1218 (hookDisplayUnderProductVariants)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/78/48/ad/7848ad8182c7ccda829bb0fee616ca53af4668f4_2.file.product-variants.tpl.php:123 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa32005b6_22408186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:521 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:650 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 1
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.331
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2468 AND `id_group` = 1 LIMIT 1 |
0.331
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE id_shop
FROM `uwhfq_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.330
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Tools.php:697 (isAssociatedToShop)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 750
AND image_shop.`cover`= 1 LIMIT 1 |
0.330
ms
|
1 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 11
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.330
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 17
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.329
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_leoelements_contents` a
LEFT JOIN `uwhfq_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 101) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1162 (__construct)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 18
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.328
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 9
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.327
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 25
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.325
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE `to` BETWEEN '2026-06-08 00:00:00' AND '2026-06-08 23:59:59' LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/SpecificPrice.php:368
/classes/SpecificPrice.php:601 (computeExtraConditions)
/controllers/front/ProductController.php:549 (getQuantityDiscounts)
/controllers/front/ProductController.php:306 (assignPriceAndTax)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE id_tab, class_name FROM `uwhfq_tab` |
0.324
ms
|
238 |
|
|
/classes/Tab.php:334
/modules/leoquicklogin/leoquicklogin.php:77 (getIdFromClassName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/classes/Hook.php:1089 (getInstanceByName)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 32
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.324
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 4
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.324
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_carrier_lang`
WHERE `id_carrier` = 14 AND `id_shop` = 1 |
0.321
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Carrier.php:189 (__construct)
/classes/Carrier.php:723 (__construct)
/classes/Carrier.php:1573 (getCarriersForOrder)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 5
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.320
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 16
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.320
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 24
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.319
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 19
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.318
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 14
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.318
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 58
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.318
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.318
ms
|
0 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/override/modules/prestatillstockperstore/prestatillstockperstore.php:190 (isEnabled)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2791 LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 2
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.317
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 20
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.317
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE out_of_stock
FROM `uwhfq_stock_available`
WHERE (id_product = 2791) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.315
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:558
/classes/Product.php:7538 (outOfStock)
/classes/Product.php:710 (loadStockData)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_leoelements_related` bc
LEFT JOIN `uwhfq_leoelements_related_shop` bcs
ON (bc.`id_leoelements_related` = bcs.`id_leoelements_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'product'
AND bc.`key_related` = '2791' LIMIT 1 |
0.314
ms
|
9 |
|
|
/modules/leoelements/src/Leo_Helper.php:1216
/modules/leoelements/src/Leo_Helper.php:1800 (getRelatedByKey)
/modules/leoelements/leoelements.php:1355 (reset_post_var)
/classes/Hook.php:1218 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:1387 (exec)
/classes/controller/FrontController.php:1415 (getLayout)
/classes/controller/FrontController.php:1764 (getLayoutName)
/controllers/front/ProductController.php:1515 (getTemplateVarPage)
/classes/controller/FrontController.php:533 (getTemplateVarPage)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 3775
AND image_shop.`cover`= 1 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2028) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 487
AND image_shop.`cover`= 1 LIMIT 1 |
0.313
ms
|
1 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 3
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.313
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.313
ms
|
8 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 985
AND image_shop.`cover`= 1 LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 6
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.312
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 7
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.312
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE *
FROM uwhfq_prestatill_drive_store_carrier
WHERE id_store = 27
AND (id_shop = 1)
AND (id_shop_group = 1) LIMIT 1 |
0.312
ms
|
12 |
|
|
/modules/prestatilldrive/classes/PrestatillDriveStoreCarrier.php:283
/modules/prestatilldrive/prestatilldrive.php:891 (getByIdStore)
/modules/prestatilldrive/prestatilldrive.php:633 (_checkCarriersByStores)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.312
ms
|
0 |
|
|
/classes/module/Module.php:2262
/override/modules/prestatillstockperstore/prestatillstockperstore.php:190 (isEnabled)
/modules/prestatillstockperstore/prestatillstockperstore.php:2139 (getCustomerStore)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2028 LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 767
AND image_shop.`cover`= 1 LIMIT 1 |
0.311
ms
|
2 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 30
AND image_shop.`cover`= 1 LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE location
FROM `uwhfq_stock_available`
WHERE (id_product = 2791) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:586
/classes/Product.php:7539 (getLocation)
/classes/Product.php:710 (loadStockData)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `uwhfq_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2270) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2766) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2468) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE id_shop
FROM `uwhfq_product_shop`
WHERE `id_product` = 2791
AND id_shop = 1 LIMIT 1 |
0.309
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/controllers/front/ProductController.php:177 (isAssociatedToShop)
/controllers/front/ProductController.php:152 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 792
AND image_shop.`cover`= 1 LIMIT 1 |
0.309
ms
|
3 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2032 LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 3774
AND image_shop.`cover`= 1 LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 45
AND image_shop.`cover`= 1 LIMIT 1 |
0.306
ms
|
2 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE qdrf.*
FROM `uwhfq_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.305
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:370 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:146 (getCustomerCartRules)
/classes/Cart.php:540 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/73/cf/2b/73cf2b8f5cedb223c4ca4728ee691b48821f1fd7_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08503359_98887883)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/c7/57/43/c7574346ee12a008875058603f4ca070c9930cf3_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084d8fd7_53448812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:166 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 2791 AND id_shop=1 LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE id_shop
FROM `uwhfq_category_shop`
WHERE `id_category` = 16
AND id_shop = 1 LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/controllers/front/ProductController.php:860 (isAssociatedToShop)
/controllers/front/ProductController.php:300 (assignCategory)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2791 AND `id_shop` = 1 |
0.303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/override/classes/Product.php:84 (__construct)
/modules/leoelements/leoelements.php:737 (__construct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 28
AND image_shop.`cover`= 1 LIMIT 1 |
0.301
ms
|
1 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
FROM `uwhfq_pack` a
WHERE a.`id_product_item` = 2791 LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/Pack.php:418
/controllers/front/ProductController.php:390 (getPacksTable)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 1216
AND image_shop.`cover`= 1 LIMIT 1 |
0.299
ms
|
1 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_carrier_lang`
WHERE `id_carrier` = 10 AND `id_shop` = 1 |
0.298
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Carrier.php:189 (__construct)
/classes/Carrier.php:723 (__construct)
/classes/Carrier.php:1573 (getCarriersForOrder)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 3776
AND image_shop.`cover`= 1 LIMIT 1 |
0.296
ms
|
1 |
|
|
/classes/Image.php:374
/modules/leopopupsale/leopopupsale.php:938 (getCover)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_carrier_lang`
WHERE `id_carrier` = 15 AND `id_shop` = 1 |
0.296
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Carrier.php:189 (__construct)
/classes/Carrier.php:723 (__construct)
/classes/Carrier.php:1573 (getCarriersForOrder)
/modules/prestatilldrive/prestatilldrive.php:1076 (getAvailableCarrierList)
/modules/prestatilldrive/prestatilldrive.php:628 (_getAvailableCarriersByProducts)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2766 LIMIT 1 |
0.295
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uwhfq_specific_price_priority`
WHERE `id_product` = 2791
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.292
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:604 (_getScoreQuery)
/controllers/front/ProductController.php:549 (getQuantityDiscounts)
/controllers/front/ProductController.php:306 (assignPriceAndTax)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `uwhfq_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 10 LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2468 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2897 LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/6f/e6/1a/6fe61a2c040cd1ee823a1b904c5999c161212be2_2.module.leoelementsviewstemplatesfrontproductsplist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa36cb4d8_05253397)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:143 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoe/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa3673098_43232474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:219 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2270 AND `id_group` = 1 LIMIT 1 |
0.286
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2887 LIMIT 1 |
0.285
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "prestatillstockperstore" LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/prestatilldrive/prestatilldrive.php:679 (isEnabled)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `name`
FROM `uwhfq_hook`
WHERE `id_hook` = 1220 LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:1010 (getNameById)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1308) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2887) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1308 LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2032) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2897) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `uwhfq_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 13 LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:180 (getProductObject)
/modules/leopopupsale/leopopupsale.php:937 (getProductLink)
/modules/leopopupsale/leopopupsale.php:642 (getImageProduct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
0.275
ms
|
89 |
|
|
/modules/leoelements/src/Leo_Helper.php:1349
/modules/leoelements/src/Leo_Helper.php:1421 (get_post_meta)
/modules/leoelements/core/files/base.php:251 (get_option)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/includes/frontend.php:931 (enqueue)
/modules/leoelements/leoelements.php:1141 (parse_global_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 325 AND `id_shop` = 1 LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/module/Module.php:2262
/modules/prestatilldrive/prestatilldrive.php:679 (isEnabled)
/classes/Hook.php:1218 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/9c/f4/d7/9cf4d7b7993df05369275c5eedb34454ca84a46d_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa2b69f94_76948154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:495 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3680 LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2791 AND `id_group` = 1 LIMIT 1 |
0.269
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoelements_contents c
LEFT JOIN uwhfq_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2071924046" AND cs.`id_shop`=1 LIMIT 1 |
0.263
ms
|
31 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:113
/modules/leoelements/leoelements.php:462 (getIdByKey)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `uwhfq_currency` c
LEFT JOIN uwhfq_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.262
ms
|
1 |
|
|
/classes/Currency.php:1100
/classes/Currency.php:1119 (countActiveCurrencies)
/modules/leoelements/leoelements.php:1615 (isMultiCurrencyActivated)
/modules/leoelements/leoelements.php:555 (getListCurrencies)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.262
ms
|
0 |
|
|
/classes/module/Module.php:2262
/modules/leoextratab/LeoTab.php:140 (isEnabled)
/modules/leoextratab/LeoTab.php:216 (fomatTab)
/modules/leoextratab/leoextratab.php:389 (getTabProduct)
/modules/leoextratab/leoextratab.php:319 (createTabHtml)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoelements_contents c
LEFT JOIN uwhfq_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3125690456" AND cs.`id_shop`=1 LIMIT 1 |
0.260
ms
|
31 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:113
/modules/leoelements/leoelements.php:474 (getIdByKey)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE * FROM `uwhfq_leoelements_fonts` WHERE type=1 |
0.260
ms
|
1 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:70
/modules/leoelements/classes/LeoElementsProfilesModel.php:776 (getAllFonts)
/modules/leoelements/includes/fonts.php:177 (getFontFamilyUploaded)
/modules/leoelements/includes/fonts.php:137 (get_native_fonts)
/modules/leoelements/includes/controls/font.php:62 (get_fonts)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/module/Module.php:2262
/modules/leoelements/includes/managers/widgets.php:99 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "combinationsincatalog" LIMIT 1 |
0.258
ms
|
0 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/prestatillstockperstore/prestatillstockperstore.php:3594 (isEnabled)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2766 AND `id_group` = 1 LIMIT 1 |
0.258
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_group`
WHERE `id_group` = 1 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Group.php:131
/classes/Product.php:3740 (getReductionByIdGroup)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/override/classes/Product.php:84 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoelements_contents c
LEFT JOIN uwhfq_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3397715948" AND cs.`id_shop`=1 LIMIT 1 |
0.257
ms
|
31 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:113
/modules/leoelements/leoelements.php:460 (getIdByKey)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoelements_contents c
LEFT JOIN uwhfq_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2945188512" AND cs.`id_shop`=1 LIMIT 1 |
0.257
ms
|
31 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:113
/modules/leoelements/leoelements.php:461 (getIdByKey)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2887 AND `id_group` = 1 LIMIT 1 |
0.257
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `width`, `height`
FROM uwhfq_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Image.php:533
/modules/leoelements/leoelements.php:692 (getSize)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1308 AND `id_group` = 1 LIMIT 1 |
0.256
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3680 AND `id_group` = 1 LIMIT 1 |
0.252
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoelements_contents c
LEFT JOIN uwhfq_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3498362626" AND cs.`id_shop`=1 LIMIT 1 |
0.251
ms
|
31 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:113
/modules/leoelements/leoelements.php:468 (getIdByKey)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/module/Module.php:2262
/modules/prestatillstockperstore/prestatillstockperstore.php:3594 (isEnabled)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoelements_contents c
LEFT JOIN uwhfq_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3003996769" AND cs.`id_shop`=1 LIMIT 1 |
0.250
ms
|
31 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:113
/modules/leoelements/leoelements.php:464 (getIdByKey)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2897 AND `id_group` = 1 LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leoelements" LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/b1/ab/d7/b1abd72ec21b821d6e6c76737c46bfdbdfe84768_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a085610d3_11216310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:220 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/module/Module.php:2262
/modules/leoelements/includes/managers/widgets.php:105 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2028 AND `id_group` = 1 LIMIT 1 |
0.248
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `uwhfq_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/modules/leoelements/leoelements.php:737 (__construct)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leobootstrapmenu" LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/leoelements/includes/managers/widgets.php:102 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/module/Module.php:2262
/modules/leoelements/includes/managers/widgets.php:102 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leoblog" LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/leoelements/includes/managers/widgets.php:105 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1165 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2032 AND `id_group` = 1 LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/modules/ps_categoryproducts/ps_categoryproducts.php:291 (assembleProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:185 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:211 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:814 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/4b/52/b8/4b52b83b8b73e4f6ac1c80624557aa92e4463381_2.module.leoelementsviewstemplatesfrontdetailsdetail2313068400.tpl.php:171 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa29b8a34_52733453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:784 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/e4/9a/5b/e49a5b193ccabbfa7c477e76768f1237b0a25606_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a084bdd79_85257060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/2f/4b/f6/2f4bf6f6ccf4683f95edccf7ee88af0b844716b5_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a08478ce3_33950833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/64/74/50/6474507b8b65450f516da1c2bd5a3413b584a36d_2.file.product.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233aa22a8006_17963743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/module/Module.php:2262
/modules/leoelements/includes/fonts.php:157 (isEnabled)
/modules/leoelements/includes/fonts.php:137 (get_native_fonts)
/modules/leoelements/includes/controls/font.php:62 (get_fonts)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE * FROM `uwhfq_leoelements_fonts` WHERE type=2 |
0.226
ms
|
1 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:70
/modules/leoelements/classes/LeoElementsProfilesModel.php:756 (getAllFonts)
/modules/leoelements/includes/fonts.php:178 (getFontFamilyGoogle)
/modules/leoelements/includes/fonts.php:137 (get_native_fonts)
/modules/leoelements/includes/controls/font.php:62 (get_fonts)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.220
ms
|
8 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_country` a
LEFT JOIN `uwhfq_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.215
ms
|
8 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.213
ms
|
8 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_state` a
WHERE (a.`id_state` = 409) LIMIT 1 |
0.202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/controller/FrontController.php:1718 (__construct)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE format
FROM `uwhfq_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/AddressFormat.php:629
/classes/AddressFormat.php:608 (getFormatDB)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_country_lang`
WHERE `id_country` = 8 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM uwhfq_required_field |
0.190
ms
|
1 |
|
|
/classes/ObjectModel.php:1443
/classes/ObjectModel.php:1478 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1409 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:538 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `uwhfq_country`
WHERE `id_country` = 8 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|