| 938 |
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` = 178 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
9.332
ms
|
12 |
|
|
/classes/Category.php:1074
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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 |
9.225
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)
|
| 1609 |
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` = 334 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
9.104
ms
|
13 |
|
|
/classes/Category.php:1074
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `id_order`
FROM `uwhfq_orders`
WHERE 1 ORDER BY `id_order` DESC LIMIT 10 |
8.958
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2031 |
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` = 1948
ORDER BY `position` |
8.587
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2764 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=67 AND active=1 AND id_shop=1 |
8.519
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 753 |
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 = 50
ORDER BY f.position ASC, fvl.value ASC |
8.466
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 572 |
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` = 87 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
8.422
ms
|
19 |
|
|
/classes/Category.php:1001
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:99 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1249 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM uwhfq_category_group ctg
WHERE ctg.`id_category` = 328 AND ctg.`id_group` = 1 LIMIT 1 |
7.906
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:983 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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` |
7.023
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)
|
| 2815 |
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.721
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 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.533
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/IndexController.php:18 (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`) |
6.215
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)
|
| 126 |
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 |
5.921
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2822 |
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.620
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 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` = 171 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
5.604
ms
|
15 |
|
|
/classes/Category.php:1074
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2827 |
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.557
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1360 |
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.917
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 690 |
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.908
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 776 |
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.849
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1042 |
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.826
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 777 |
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.812
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1359 |
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.807
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 900 |
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.777
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 780 |
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.758
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2075 |
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.734
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2464 |
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.723
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1717 |
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.720
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 685 |
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.718
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1798 |
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.712
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 775 |
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.710
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1040 |
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.707
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1358 |
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.705
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 781 |
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.704
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2465 |
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.701
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1799 |
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.700
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2074 |
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.699
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1797 |
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.695
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 778 |
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.691
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2077 |
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.687
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1356 |
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.685
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 689 |
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.675
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1043 |
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.675
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1039 |
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.669
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 901 |
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.669
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1801 |
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.669
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2080 |
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.669
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 902 |
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.662
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2078 |
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.662
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1718 |
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.659
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 688 |
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.658
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1038 |
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.656
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2467 |
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.656
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2076 |
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.653
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1714 |
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.651
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1716 |
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.650
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2468 |
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.648
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 779 |
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.647
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2466 |
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.647
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1800 |
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.646
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2079 |
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.645
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1361 |
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.645
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1357 |
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.641
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1715 |
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.636
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1362 |
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.633
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1713 |
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.632
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 687 |
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.631
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1041 |
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.628
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 684 |
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.626
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2469 |
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.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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 686 |
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.618
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 117 |
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.511
ms
|
0 |
|
|
/classes/Hook.php:1549
/classes/Hook.php:231 (getAllHookIds)
/classes/Hook.php:540 (getIdByName)
/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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 899 |
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.498
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2845 |
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.252
ms
|
0 |
|
|
/classes/Hook.php:1549
/classes/Hook.php:231 (getAllHookIds)
/modules/ps_linklist/ps_linklist.php:285 (getIdByName)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1793 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "23741"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
4.076
ms
|
3 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2665 |
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 |
3.679
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1911 |
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 |
3.648
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1910 |
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 |
3.635
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2663 |
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 |
3.626
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2691 |
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 |
3.598
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1719 |
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 |
3.580
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1239 |
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 |
3.532
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1913 |
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 |
3.524
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2313 |
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 |
3.507
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2753 |
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 |
3.503
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2314 |
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 |
3.488
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1852 |
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 |
3.476
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2664 |
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 |
3.476
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2183 |
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 |
3.465
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1935 |
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 |
3.462
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1937 |
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 |
3.459
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1855 |
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 |
3.457
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1912 |
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 |
3.457
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 485 |
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 |
3.454
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2563 |
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 |
3.452
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1936 |
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 |
3.449
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2311 |
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 |
3.448
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1934 |
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 |
3.445
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2661 |
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 |
3.444
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2107 |
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 |
3.443
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1854 |
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 |
3.441
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1471 |
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 |
3.440
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2751 |
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 |
3.433
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1938 |
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 |
3.428
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1493 |
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 |
3.425
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1853 |
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 |
3.425
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2693 |
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 |
3.423
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2752 |
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 |
3.422
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2662 |
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 |
3.421
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1939 |
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 |
3.421
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2583 |
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 |
3.420
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2755 |
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 |
3.419
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1914 |
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 |
3.418
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1390 |
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 |
3.417
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2106 |
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 |
3.417
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2550 |
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 |
3.415
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2315 |
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 |
3.414
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1385 |
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 |
3.413
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 511 |
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 |
3.411
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 513 |
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 |
3.411
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2105 |
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 |
3.411
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 510 |
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 |
3.410
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1856 |
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 |
3.410
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2108 |
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 |
3.409
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1469 |
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 |
3.408
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 809 |
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 |
3.404
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1909 |
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 |
3.403
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 486 |
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 |
3.402
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2104 |
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 |
3.401
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 487 |
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 |
3.400
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2561 |
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 |
3.400
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2666 |
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 |
3.399
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2695 |
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 |
3.399
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2696 |
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 |
3.398
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2756 |
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 |
3.398
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 512 |
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 |
3.397
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1915 |
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 |
3.397
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2317 |
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 |
3.396
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2588 |
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 |
3.396
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2667 |
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 |
3.396
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2560 |
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 |
3.395
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 490 |
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 |
3.392
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1388 |
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 |
3.391
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2562 |
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 |
3.389
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2692 |
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 |
3.387
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1857 |
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 |
3.385
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2555 |
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 |
3.385
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 812 |
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 |
3.384
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2316 |
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 |
3.383
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 488 |
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 |
3.380
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2587 |
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 |
3.380
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 514 |
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 |
3.379
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2694 |
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 |
3.379
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1044 |
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 |
3.375
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2754 |
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 |
3.375
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1468 |
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 |
3.374
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 489 |
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 |
3.373
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 874 |
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 |
3.372
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2103 |
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 |
3.371
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2312 |
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 |
3.370
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2584 |
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 |
3.368
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2559 |
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 |
3.367
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1386 |
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 |
3.364
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1141 |
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 |
3.356
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1238 |
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 |
3.351
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2184 |
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 |
3.351
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2586 |
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 |
3.351
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 808 |
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 |
3.349
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1139 |
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 |
3.349
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1494 |
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 |
3.349
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1144 |
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 |
3.344
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 484 |
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 |
3.343
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1140 |
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 |
3.342
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1495 |
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 |
3.341
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1496 |
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 |
3.339
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1497 |
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 |
3.338
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2182 |
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 |
3.338
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1851 |
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 |
3.338
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 807 |
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 |
3.335
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 868 |
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 |
3.331
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1387 |
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 |
3.330
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2585 |
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 |
3.330
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 810 |
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 |
3.329
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 869 |
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 |
3.329
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1470 |
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 |
3.329
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 870 |
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 |
3.329
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1548 |
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 |
3.328
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2811 |
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.324
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1472 |
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 |
3.322
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1549 |
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 |
3.321
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1553 |
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 |
3.321
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1552 |
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 |
3.319
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 811 |
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 |
3.316
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1389 |
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 |
3.316
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1240 |
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 |
3.315
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1473 |
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 |
3.313
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 873 |
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 |
3.310
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 509 |
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 |
3.309
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 872 |
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 |
3.309
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1551 |
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 |
3.307
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1241 |
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 |
3.304
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1550 |
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 |
3.303
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1244 |
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 |
3.302
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1143 |
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 |
3.301
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2757 |
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 |
3.301
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 871 |
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 |
3.298
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1243 |
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 |
3.298
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1474 |
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 |
3.298
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1242 |
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 |
3.293
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1142 |
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 |
3.288
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2187 |
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 |
3.288
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2185 |
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 |
3.269
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1547 |
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 |
3.243
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 136 |
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 |
3.235
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2186 |
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 |
3.235
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1138 |
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 |
3.101
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2861 |
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.994
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
2.965
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2848 |
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.951
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1802 |
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 |
2.936
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `uwhfq_hook` |
2.913
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)
|
| 265 |
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` = 171 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,20 |
2.898
ms
|
15 |
|
|
/classes/Category.php:1074
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 167 |
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 |
2.850
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2188 |
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 |
2.832
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2828 |
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.776
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2866 |
INSERT INTO `uwhfq_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('13261', '', 'preprod.agrileader.cyberscope.dev/', '', '2026-06-08 03:51:06') |
2.659
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 903 |
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 |
2.621
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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`) |
2.600
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)
|
| 747 |
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 |
2.526
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 926 |
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 |
2.523
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2818 |
SELECT SQL_NO_CACHE * FROM `uwhfq_state` ORDER BY `name` ASC |
2.520
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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) |
2.473
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)
|
| 2697 |
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 |
2.469
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1115 |
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 |
2.459
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 897 |
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 |
2.443
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1498 |
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 |
2.431
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1827 |
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 |
2.429
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2241 |
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 |
2.427
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1884 |
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 |
2.413
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2242 |
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 |
2.408
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1881 |
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 |
2.403
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 515 |
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 |
2.402
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1940 |
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 |
2.396
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2158 |
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 |
2.394
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2470 |
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 |
2.390
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2639 |
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 |
2.387
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2489 |
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 |
2.387
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1886 |
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 |
2.384
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 407 |
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 |
2.381
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2109 |
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 |
2.373
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2519 |
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` |
2.368
ms
|
642 |
Yes
|
Yes
|
/classes/Hook.php:1481
/classes/Hook.php:789 (getAllHookRegistrations)
/classes/Hook.php:932 (getHookModuleExecList)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1742 |
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 |
2.363
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2240 |
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 |
2.359
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1163 |
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 |
2.347
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2614 |
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 |
2.344
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 836 |
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 |
2.343
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 927 |
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 |
2.343
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 898 |
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 |
2.335
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2238 |
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 |
2.323
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2291 |
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 |
2.320
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1573 |
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 |
2.319
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1882 |
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 |
2.314
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1832 |
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 |
2.310
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2290 |
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 |
2.309
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2635 |
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 |
2.309
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 928 |
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 |
2.307
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2263 |
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 |
2.303
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1572 |
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 |
2.302
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1883 |
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 |
2.302
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1767 |
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 |
2.302
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1830 |
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 |
2.300
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 721 |
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 |
2.299
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1831 |
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 |
2.299
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2609 |
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 |
2.298
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1522 |
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 |
2.294
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2266 |
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 |
2.293
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1885 |
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 |
2.292
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2265 |
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 |
2.291
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1828 |
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 |
2.291
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2237 |
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 |
2.291
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2262 |
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 |
2.290
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1391 |
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 |
2.289
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 930 |
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 |
2.287
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 560 |
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 |
2.287
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 748 |
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 |
2.286
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2514 |
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 |
2.285
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1119 |
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 |
2.284
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2289 |
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 |
2.284
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2636 |
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 |
2.283
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2638 |
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 |
2.280
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2138 |
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 |
2.279
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2490 |
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 |
2.279
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 813 |
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 |
2.279
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 535 |
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 |
2.278
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 720 |
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 |
2.278
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2589 |
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 |
2.277
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 719 |
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 |
2.275
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1968 |
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 |
2.275
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1089 |
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 |
2.274
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2137 |
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 |
2.274
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 718 |
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 |
2.273
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2727 |
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 |
2.272
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2721 |
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 |
2.271
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1964 |
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 |
2.269
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 722 |
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 |
2.268
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1599 |
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 |
2.267
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2724 |
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 |
2.267
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2641 |
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 |
2.266
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2133 |
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 |
2.266
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 752 |
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 |
2.265
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1965 |
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 |
2.265
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2492 |
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 |
2.265
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2264 |
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 |
2.264
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 932 |
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 |
2.263
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2267 |
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 |
2.263
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2292 |
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 |
2.261
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2499 |
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 |
2.261
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 931 |
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 |
2.260
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 749 |
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 |
2.259
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1967 |
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 |
2.259
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 538 |
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 |
2.259
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 929 |
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 |
2.257
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2162 |
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 |
2.255
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1803 |
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 |
2.254
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2640 |
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 |
2.253
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 562 |
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 |
2.253
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 750 |
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 |
2.252
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2637 |
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 |
2.252
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2136 |
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 |
2.251
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 459 |
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 |
2.251
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2722 |
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 |
2.249
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1829 |
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 |
2.248
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2134 |
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 |
2.248
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 716 |
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 |
2.246
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2610 |
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 |
2.246
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2615 |
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 |
2.246
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 561 |
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 |
2.245
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2726 |
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 |
2.245
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1063 |
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 |
2.242
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1880 |
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 |
2.242
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1963 |
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 |
2.241
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1969 |
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 |
2.240
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2135 |
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 |
2.239
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2509 |
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 |
2.239
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1826 |
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 |
2.237
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 462 |
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 |
2.235
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 540 |
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 |
2.235
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 539 |
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 |
2.234
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1439 |
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 |
2.234
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1770 |
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 |
2.234
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2159 |
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 |
2.234
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2723 |
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 |
2.234
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2161 |
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 |
2.233
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 746 |
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 |
2.232
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2612 |
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 |
2.231
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1966 |
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 |
2.231
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 717 |
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 |
2.230
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2239 |
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 |
2.229
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 537 |
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 |
2.227
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 465 |
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 |
2.219
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1603 |
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 |
2.218
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2288 |
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 |
2.217
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2725 |
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 |
2.215
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 464 |
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 |
2.215
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1088 |
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 |
2.214
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1213 |
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 |
2.214
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1214 |
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 |
2.213
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2613 |
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 |
2.211
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2132 |
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 |
2.210
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1745 |
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 |
2.209
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2261 |
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 |
2.209
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1189 |
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 |
2.208
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2160 |
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 |
2.207
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1600 |
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 |
2.205
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 751 |
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 |
2.204
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1444 |
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 |
2.203
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2611 |
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 |
2.203
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 534 |
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 |
2.201
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1091 |
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 |
2.201
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1118 |
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 |
2.200
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2287 |
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 |
2.199
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2504 |
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 |
2.198
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1188 |
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 |
2.196
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 536 |
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 |
2.194
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2163 |
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 |
2.193
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1164 |
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 |
2.192
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2157 |
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 |
2.192
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 565 |
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 |
2.191
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1114 |
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 |
2.191
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2236 |
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 |
2.191
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 460 |
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 |
2.188
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1193 |
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 |
2.188
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1410 |
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 |
2.188
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1597 |
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 |
2.188
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 417 |
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 |
2.187
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2215 |
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 |
2.187
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2286 |
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 |
2.186
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1094 |
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 |
2.185
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1411 |
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 |
2.182
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1574 |
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 |
2.181
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1064 |
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 |
2.180
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1445 |
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 |
2.180
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 564 |
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 |
2.179
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2217 |
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 |
2.179
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 563 |
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 |
2.178
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 559 |
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 |
2.175
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1113 |
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 |
2.175
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1440 |
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 |
2.175
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1190 |
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 |
2.173
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1525 |
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 |
2.173
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1771 |
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 |
2.172
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1598 |
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 |
2.172
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1577 |
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 |
2.171
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 463 |
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 |
2.170
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1416 |
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 |
2.170
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1748 |
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 |
2.169
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1575 |
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 |
2.169
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1068 |
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 |
2.168
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1166 |
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 |
2.166
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1194 |
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 |
2.165
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1191 |
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 |
2.163
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1090 |
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 |
2.162
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1217 |
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 |
2.162
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1602 |
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 |
2.161
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1773 |
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 |
2.161
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1528 |
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 |
2.161
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 838 |
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 |
2.160
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1169 |
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 |
2.160
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1524 |
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 |
2.160
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1443 |
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 |
2.159
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1772 |
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 |
2.159
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 839 |
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 |
2.158
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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 |
2.157
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)
|
| 1441 |
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 |
2.157
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1413 |
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 |
2.156
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 840 |
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 |
2.155
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1066 |
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 |
2.155
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1093 |
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 |
2.155
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1165 |
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 |
2.155
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1499 |
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 |
2.155
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 461 |
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 |
2.155
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1576 |
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 |
2.154
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1192 |
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 |
2.154
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1116 |
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 |
2.153
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1117 |
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 |
2.153
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 412 |
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 |
2.152
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1601 |
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 |
2.152
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1168 |
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 |
2.151
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1578 |
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 |
2.151
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1414 |
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 |
2.150
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1067 |
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 |
2.149
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1215 |
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 |
2.149
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1769 |
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 |
2.149
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1523 |
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 |
2.148
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1527 |
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 |
2.148
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1065 |
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 |
2.147
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1216 |
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 |
2.146
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1442 |
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 |
2.145
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1743 |
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 |
2.145
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1219 |
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 |
2.144
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 842 |
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 |
2.144
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1412 |
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 |
2.142
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1415 |
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 |
2.141
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1092 |
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 |
2.140
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2213 |
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 |
2.140
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 841 |
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 |
2.139
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1218 |
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 |
2.139
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1069 |
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 |
2.138
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1167 |
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 |
2.136
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1744 |
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 |
2.135
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1747 |
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 |
2.134
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1526 |
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 |
2.134
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2211 |
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 |
2.131
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1348 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 470 LIMIT 1 |
2.128
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 427 |
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 |
2.127
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1768 |
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 |
2.126
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2212 |
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 |
2.125
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 837 |
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 |
2.124
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 422 |
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 |
2.121
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2449 |
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 = 620)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
2.119
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 437 |
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 |
2.117
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 432 |
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 |
2.113
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2216 |
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 |
2.112
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 186 |
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 |
2.104
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:3671 (getManager)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1746 |
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 |
2.100
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2214 |
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 |
2.093
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2323 |
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` = 337 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") |
2.067
ms
|
14 |
|
|
/classes/Category.php:1074
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1023 |
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 = 579)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.992
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1351 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 470 LIMIT 1 |
1.989
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2059 |
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 = 773)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.984
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1694 |
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 = 1467)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.967
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1336 |
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 = 470)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.952
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2789 |
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 |
1.944
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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2817 |
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.930
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2459 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 620 LIMIT 1 |
1.916
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2865 |
INSERT INTO `uwhfq_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('11878', '1', '3628718265', '', '1', '1', '2026-06-08 03:51:06') |
1.908
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 664 |
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 = 26)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.899
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1667 |
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 (3672) |
1.855
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2812 |
SELECT SQL_NO_CACHE * FROM uwhfq_btmegamenu_widgets WHERE `id_shop` = 1 |
1.853
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2456 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 620 LIMIT 1 |
1.844
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2763 |
SELECT SQL_NO_CACHE c.*, l.*, l.meta_title as title, blc.link_rewrite as category_link_rewrite , blc.title as category_title
FROM uwhfq_leoblog_blog c
LEFT JOIN uwhfq_leoblog_blog_lang l ON (c.id_leoblog_blog = l.id_leoblog_blog) and l.id_lang=1 LEFT JOIN uwhfq_leoblog_blog_shop s ON (c.id_leoblog_blog = s.id_leoblog_blog) LEFT JOIN uwhfq_leoblogcat bc ON bc.id_leoblogcat = c.id_leoblogcat LEFT JOIN uwhfq_leoblogcat_lang blc ON blc.id_leoblogcat=bc.id_leoblogcat and blc.id_lang=1
WHERE l.id_lang = 1 AND s.id_shop=1 AND c.active=1
GROUP BY c.id_leoblog_blog ORDER BY `c`.`id_leoblog_blog` DESC LIMIT 0, 10 |
1.833
ms
|
10 |
|
Yes
|
/modules/leoblog/classes/blog.php:589
/modules/leoelements/includes/widgets/LeoBlog.php:2625 (getListBlogsForApPageBuilder)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1316 |
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 (990) |
1.798
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 125 |
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 |
1.796
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 972 |
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 (1444) |
1.739
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 164 |
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)) |
1.673
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 121 |
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 |
1.626
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2533 |
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 = 3674)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.602
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 256 |
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` = 2346
ORDER BY `position` |
1.595
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2541 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3674 LIMIT 1 |
1.564
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2683 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2958 LIMIT 1 |
1.558
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2746 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2262 LIMIT 1 |
1.550
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 285 |
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 (2613) |
1.548
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 757 |
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 = 51)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.538
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 786 |
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 = 52)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.526
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2784 |
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 |
1.526
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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2575 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3894 LIMIT 1 |
1.519
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1920 |
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 = 3681)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.514
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 495 |
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 = 2346)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.512
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2569 |
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 = 3894)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.510
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2790 |
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 |
1.509
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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2578 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3894 LIMIT 1 |
1.507
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 194 |
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` = 748
ORDER BY `position` |
1.505
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1367 |
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 = 487)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.504
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2673 |
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 = 2958)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.504
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 294 |
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` = 3538
ORDER BY `position` |
1.501
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2085 |
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 = 783)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.499
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2544 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3674 LIMIT 1 |
1.491
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 275 |
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 (1217) |
1.490
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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 |
1.489
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)
|
| 2444 |
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` = 2262) AND (b.`id_shop` = 1) LIMIT 1 |
1.457
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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.447
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)
|
| 1479 |
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 = 800)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.429
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2813 |
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 |
1.429
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 = 95 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
1.412
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2686 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2958 LIMIT 1 |
1.400
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1307 |
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 (985) |
1.390
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 628 |
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 (53) |
1.384
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 580 |
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` = 26 AND `id_customer` = 0 AND `id_product_attribute` = 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`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.377
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2849 |
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.374
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 257 |
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 (2613) |
1.367
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'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 (749) |
1.361
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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 |
1.351
ms
|
57 |
Yes
|
|
/override/classes/Dispatcher.php:134
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 1705 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1467 LIMIT 1 |
1.338
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 652 |
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 (56) |
1.329
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2048 |
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 (3697) |
1.322
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2024 |
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 (1948) |
1.320
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 295 |
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 (3539) |
1.318
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2032 |
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 (2425) |
1.316
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 644 |
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 (55) |
1.311
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2441 |
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 (2262) |
1.309
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2436 |
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 (2959) |
1.306
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 216 |
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` = 1216
ORDER BY `position` |
1.304
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1299 |
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 (969) |
1.299
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1250 |
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` = 328 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
1.295
ms
|
73 |
|
|
/classes/Category.php:1074
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 319 |
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 (3542) |
1.292
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1708 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1467 LIMIT 1 |
1.291
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1275 |
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 (575) |
1.290
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1975 |
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` = 336 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
1.289
ms
|
12 |
|
|
/classes/Category.php:1074
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
1.287
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2431 |
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 (2958) |
1.281
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 277 |
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 (1301) |
1.275
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 604 |
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 (50) |
1.272
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 273 |
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 (1216) |
1.270
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 988 |
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 (3334) |
1.268
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1675 |
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 (3681) |
1.266
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1012 |
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 (3337) |
1.262
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1659 |
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 (3671) |
1.258
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2016 |
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 (1028) |
1.257
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 241 |
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 (1842) |
1.254
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1643 |
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 (2667) |
1.253
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2426 |
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 (3673) |
1.252
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 980 |
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 (2902) |
1.249
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 287 |
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 (3538) |
1.237
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2040 |
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 (3696) |
1.236
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 612 |
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 (51) |
1.231
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 303 |
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 (3540) |
1.224
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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) |
1.223
ms
|
1 |
|
|
/classes/Language.php:1050
/config/config.inc.php:132 (loadLanguages)
/index.php:20 (require_once)
|
| 501 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2346 LIMIT 1 |
1.223
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 311 |
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 (3541) |
1.222
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 620 |
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 (52) |
1.220
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1683 |
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 (3777) |
1.220
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 279 |
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 (1302) |
1.218
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 225 |
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 (1301) |
1.207
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 964 |
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 (1173) |
1.199
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1792 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2648 LIMIT 1 |
1.197
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 571 |
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` = 87 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
1.195
ms
|
19 |
|
|
/classes/Category.php:1074
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1291 |
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 (800) |
1.194
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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"
) |
1.190
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)
|
| 249 |
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 (2346) |
1.179
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1283 |
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 (631) |
1.177
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 271 |
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 (750) |
1.174
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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 |
1.170
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)
|
| 101 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
1.166
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 134 |
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` |
1.157
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 996 |
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 (3335) |
1.155
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 281 |
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 (1842) |
1.154
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
1.147
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2346 LIMIT 1 |
1.144
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1324 |
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 (1014) |
1.144
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
1.138
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2000 |
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 (793) |
1.138
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 636 |
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 (54) |
1.137
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1651 |
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 (2819) |
1.137
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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 |
1.134
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)
|
| 283 |
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 (2346) |
1.134
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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 |
1.133
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)
|
| 2862 |
SELECT SQL_NO_CACHE `id_guest`
FROM `uwhfq_connections`
WHERE `id_guest` = 11878
AND `date_add` > '2026-06-08 03:21:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
1.133
ms
|
1 |
|
|
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2621 |
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 = 1788)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.130
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 233 |
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 (1302) |
1.127
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 95 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.125
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 104 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
1.122
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2595 |
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 = 2263)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.122
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1004 |
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 (3336) |
1.118
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2433 |
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` = 2958 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` = 2958 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.117
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 101 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.115
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 127 |
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.109
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 617 |
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` = 51 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` = 51 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.107
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1993 |
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 (792) |
1.106
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 292 |
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` = 3538 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` = 3538 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.103
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 308 |
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` = 3540 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` = 3540 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.102
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1688 |
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` = 3777 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` = 3777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.100
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
1.099
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2428 |
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` = 3673 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` = 3673 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.099
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1329 |
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` = 1014 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` = 1014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.098
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1251 |
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` = 328 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
1.097
ms
|
73 |
|
|
/classes/Category.php:1001
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:99 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2037 |
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` = 2425 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` = 2425 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.097
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 113 |
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.094
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 324 |
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` = 3542 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` = 3542 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.093
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 262 |
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` = 2613 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` = 2613 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.093
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 217 |
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 (1217) |
1.092
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2443 |
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` = 2262 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` = 2262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.092
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 961 |
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` = 784 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` = 784 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.091
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1640 |
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` = 2648 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` = 2648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.090
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2743 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2262 LIMIT 1 |
1.088
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1945 |
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 = 3777)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.088
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 695 |
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 = 31)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.087
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 969 |
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` = 1173 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` = 1173 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.086
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 316 |
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` = 3541 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` = 3541 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.085
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1252 |
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 (470) |
1.085
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
1.084
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 993 |
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` = 3334 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` = 3334 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.083
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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 = 104 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.082
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 641 |
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` = 54 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` = 54 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.082
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2272 |
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 = 3696)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.082
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 601 |
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` = 31 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` = 31 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.081
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1648 |
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` = 2667 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` = 2667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.079
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2069 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 773 LIMIT 1 |
1.075
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
1.074
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 246 |
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` = 1842 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` = 1842 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.074
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2518 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `uwhfq_hook` h
WHERE (h.active = 1) |
1.074
ms
|
1262 |
|
|
/classes/Hook.php:1589
/classes/Hook.php:890 (getHookStatusByName)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 908 |
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 = 56)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.074
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1672 |
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` = 3672 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` = 3672 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.073
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 102 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
1.072
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 267 |
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 (748) |
1.072
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1304 |
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` = 969 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` = 969 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.070
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = '_elementor_settings_update_time' LIMIT 1 |
1.068
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1267 |
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 (528) |
1.068
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2733 |
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 = 2262)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.068
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 545 |
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 = 3542)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.067
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1314 |
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` = 985 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` = 985 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.067
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2795 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 112 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.067
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2114 |
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 = 792)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.064
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2703 |
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 = 2959)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.061
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2647 |
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 = 3673)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.056
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 102 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.055
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2053 |
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` = 3697 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` = 3697 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.055
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2716 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2959 LIMIT 1 |
1.052
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2222 |
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 = 1948)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.052
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1260 |
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 (487) |
1.051
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 124 |
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 |
1.050
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 879 |
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 = 55)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.049
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2297 |
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 = 3697)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.046
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1680 |
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` = 3681 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` = 3681 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.044
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 995 |
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` = 3334
ORDER BY `position` |
1.043
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2045 |
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` = 3696 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` = 3696 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.043
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1891 |
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 = 3672)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.041
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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 |
1.040
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 748 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` = 748 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.039
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 657 |
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` = 56 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` = 56 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.037
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1017 |
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` = 3337 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` = 3337 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.037
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2149 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 793 LIMIT 1 |
1.036
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1321 |
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` = 990 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` = 990 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.035
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
1.035
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1664 |
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` = 3671 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` = 3671 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.035
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1288 |
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` = 631 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` = 631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.032
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 985 |
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` = 2902 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` = 2902 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.030
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 248 |
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` = 1842
ORDER BY `position` |
1.028
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 300 |
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` = 3539 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` = 3539 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.028
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2481 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2716 LIMIT 1 |
1.025
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 649 |
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` = 55 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` = 55 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.022
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2819 |
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 |
1.019
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1199 |
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 = 3335)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.018
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 633 |
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` = 53 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` = 53 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.018
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1862 |
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 = 3671)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.018
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2066 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 773 LIMIT 1 |
1.018
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 254 |
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` = 2346 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` = 2346 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.016
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1001 |
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` = 3335 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` = 3335 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.016
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1808 |
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 = 2667)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.015
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2438 |
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` = 2959 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` = 2959 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.015
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2713 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2959 LIMIT 1 |
1.014
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 609 |
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` = 50 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` = 50 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.013
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 263 |
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` = 2613) AND (b.`id_shop` = 1) LIMIT 1 |
1.012
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM uwhfq_meta m
LEFT JOIN uwhfq_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
1.011
ms
|
1 |
|
|
/classes/Meta.php:161
/classes/Meta.php:301 (getMetaByPage)
/classes/Meta.php:288 (getHomeMetas)
/classes/controller/FrontController.php:1744 (getMetaTags)
/classes/controller/FrontController.php:533 (getTemplateVarPage)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 818 |
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 = 53)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.011
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 358 |
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` = 'hookDisplayProductPriceBlock')
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 |
1.010
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 977 |
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` = 1444 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` = 1444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.010
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1009 |
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` = 3336 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` = 3336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.010
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1310 |
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` = 985 AND `id_customer` = 0 AND `id_product_attribute` = 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`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.010
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2021 |
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` = 1028 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` = 1028 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.009
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 727 |
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 = 50)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.007
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 625 |
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` = 52 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` = 52 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.005
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 264 |
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` = 2613
ORDER BY `position` |
1.004
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1074 |
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 = 784)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.004
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2013 |
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` = 794 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` = 794 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.004
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
1.003
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 210 |
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 (1216) |
1.003
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2029 |
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` = 1948 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` = 1948 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.003
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1296 |
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` = 800 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` = 800 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.002
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1837 |
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 = 2819)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
1.001
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1280 |
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` = 575 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` = 575 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.999
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1257 |
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` = 470 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` = 470 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.998
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2421 |
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 (1788) |
0.998
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 333 |
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 = 750)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.996
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2400 |
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 (2716) |
0.996
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.994
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1450 |
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 = 631)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.993
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.992
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1174 |
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 = 3334)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.992
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1149 |
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 = 3336)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.991
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2475 |
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 = 2716)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.990
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.988
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1504 |
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 = 969)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 222 |
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` = 1217 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` = 1217 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.986
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1396 |
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 = 528)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.985
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 89 |
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.984
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.984
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 101 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.984
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1030 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 579 LIMIT 1 |
0.983
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2247 |
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 = 2425)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.983
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2416 |
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 (2263) |
0.983
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1724 |
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 = 2302)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.979
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.976
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 230 |
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` = 1301 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` = 1301 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.975
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1619 |
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 (2302) |
0.975
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1656 |
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` = 2819 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` = 2819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.975
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2410 |
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 (3894) |
0.974
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.973
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 247 |
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` = 1842) AND (b.`id_shop` = 1) LIMIT 1 |
0.972
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1265 |
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` = 487 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` = 487 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.972
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2143 |
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 = 793)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.972
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 520 |
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 = 3539)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.971
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1049 |
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 = 771)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.970
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1099 |
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 = 1173)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.970
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1421 |
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 = 575)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.966
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1737 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2302 LIMIT 1 |
0.966
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1533 |
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 = 985)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.965
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 847 |
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 = 54)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.964
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1635 |
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 (2648) |
0.964
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2168 |
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 = 794)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.963
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1583 |
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 = 1014)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.962
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 276 |
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` = 1217
ORDER BY `position` |
0.961
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1272 |
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` = 528 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` = 528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.961
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 470 |
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 = 1301)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.960
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2174 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 794 LIMIT 1 |
0.956
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1778 |
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 = 2648)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.956
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.955
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1224 |
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 = 3337)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.953
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1033 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 579 LIMIT 1 |
0.951
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 317 |
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` = 3541) AND (b.`id_shop` = 1) LIMIT 1 |
0.950
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1558 |
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 = 990)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.948
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1759 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2646 LIMIT 1 |
0.948
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2405 |
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 (3674) |
0.945
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 203 |
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 (750) |
0.944
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 445 |
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 = 1842)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.940
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1330 |
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` = 1014) AND (b.`id_shop` = 1) LIMIT 1 |
0.940
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1627 |
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 (2646) |
0.934
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1762 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2646 LIMIT 1 |
0.934
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2038 |
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` = 2425) AND (b.`id_shop` = 1) LIMIT 1 |
0.932
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2008 |
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 (794) |
0.930
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1821 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2667 LIMIT 1 |
0.929
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 293 |
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` = 3538) AND (b.`id_shop` = 1) LIMIT 1 |
0.928
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1665 |
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` = 3671) AND (b.`id_shop` = 1) LIMIT 1 |
0.928
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2816 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `uwhfq_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.927
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2177 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 794 LIMIT 1 |
0.925
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1818 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2667 LIMIT 1 |
0.922
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2193 |
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 = 1028)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.922
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 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.921
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)
|
| 114 |
SELECT SQL_NO_CACHE mc.*
FROM `uwhfq_module_currency` mc
WHERE (mc.`id_module` = 30) AND (mc.`id_shop` = 1) |
0.921
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 618 |
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` = 51) AND (b.`id_shop` = 1) LIMIT 1 |
0.919
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1753 |
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 = 2646)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.919
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 956 |
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 (784) |
0.918
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 238 |
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` = 1302 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` = 1302 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.916
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 978 |
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` = 1444) AND (b.`id_shop` = 1) LIMIT 1 |
0.916
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1322 |
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` = 990) AND (b.`id_shop` = 1) LIMIT 1 |
0.910
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1843 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2819 LIMIT 1 |
0.909
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1259 |
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` = 470
ORDER BY `position` |
0.909
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1124 |
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 = 1444)
AND l.`id_shop` = 1
AND pl.`id_lang` = 1 |
0.907
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1657 |
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` = 2819) AND (b.`id_shop` = 1) LIMIT 1 |
0.907
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 602 |
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` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.906
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 195 |
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 (749) |
0.903
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2152 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 793 LIMIT 1 |
0.903
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1002 |
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` = 3335) AND (b.`id_shop` = 1) LIMIT 1 |
0.902
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 208 |
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` = 750 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` = 750 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.900
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1018 |
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` = 3337) AND (b.`id_shop` = 1) LIMIT 1 |
0.900
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1846 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2819 LIMIT 1 |
0.898
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1681 |
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` = 3681) AND (b.`id_shop` = 1) LIMIT 1 |
0.897
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM uwhfq_category_group ctg
WHERE ctg.`id_category` = 171 AND ctg.`id_group` = 1 LIMIT 1 |
0.897
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:983 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2484 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2716 LIMIT 1 |
0.896
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 642 |
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` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
0.895
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1301 LIMIT 1 |
0.892
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2601 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2263 LIMIT 1 |
0.891
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 232 |
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` = 1301
ORDER BY `position` |
0.886
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2604 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2263 LIMIT 1 |
0.883
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2564 |
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 = 3674
ORDER BY f.position ASC, fvl.value ASC |
0.882
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2778 |
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` = 'hookDisplayHome')
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.880
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:483 (getMessage)
/classes/Hook.php:1218 (hookDisplayHome)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 215 |
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` = 1216 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` = 1216 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.878
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 166 |
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.877
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 691 |
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 = 26
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/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2829 |
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.875
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1734 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2302 LIMIT 1 |
0.873
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 112 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.872
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2445 |
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` = 2262
ORDER BY `position` |
0.871
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2566 |
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` = 3894) AND (b.`id_shop` = 1) LIMIT 1 |
0.871
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:184 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1297 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:212 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getUrl)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:156 (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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1021 |
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` = 579) LIMIT 1 |
0.869
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 112 |
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.868
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 266 |
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` = 171 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.868
ms
|
15 |
|
|
/classes/Category.php:1001
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:99 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 970 |
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` = 1173) AND (b.`id_shop` = 1) LIMIT 1 |
0.863
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 986 |
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` = 2902) AND (b.`id_shop` = 1) LIMIT 1 |
0.863
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2046 |
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` = 3696) AND (b.`id_shop` = 1) LIMIT 1 |
0.863
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2081 |
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 = 773
ORDER BY f.position ASC, fvl.value ASC |
0.863
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 597 |
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` = 31 AND `id_customer` = 0 AND `id_product_attribute` = 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`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.862
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 782 |
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 = 51
ORDER BY f.position ASC, fvl.value ASC |
0.861
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1673 |
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` = 3672) AND (b.`id_shop` = 1) LIMIT 1 |
0.861
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1689 |
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` = 3777) AND (b.`id_shop` = 1) LIMIT 1 |
0.860
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2429 |
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` = 3673) AND (b.`id_shop` = 1) LIMIT 1 |
0.859
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1649 |
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` = 2667) AND (b.`id_shop` = 1) LIMIT 1 |
0.854
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 325 |
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` = 3542) AND (b.`id_shop` = 1) LIMIT 1 |
0.853
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2054 |
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` = 3697) AND (b.`id_shop` = 1) LIMIT 1 |
0.853
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1641 |
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` = 2648) AND (b.`id_shop` = 1) LIMIT 1 |
0.850
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2434 |
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` = 2958) AND (b.`id_shop` = 1) LIMIT 1 |
0.850
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1363 |
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 = 470
ORDER BY f.position ASC, fvl.value ASC |
0.849
ms
|
3 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2253 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2425 LIMIT 1 |
0.849
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2447 |
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` = 620) LIMIT 1 |
0.849
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1916 |
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 = 3672
ORDER BY f.position ASC, fvl.value ASC |
0.848
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2397 |
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` = 620 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` = 620 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.848
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1010 |
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` = 3336) AND (b.`id_shop` = 1) LIMIT 1 |
0.847
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2395 |
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 (620) |
0.847
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2856 |
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.847
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 962 |
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` = 784) AND (b.`id_shop` = 1) 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)
/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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 994 |
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` = 3334) AND (b.`id_shop` = 1) LIMIT 1 |
0.844
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1305 |
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` = 969) AND (b.`id_shop` = 1) LIMIT 1 |
0.842
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2022 |
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` = 1028) 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)
/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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2439 |
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` = 2959) AND (b.`id_shop` = 1) LIMIT 1 |
0.835
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2830 |
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.834
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1297 |
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` = 800) AND (b.`id_shop` = 1) LIMIT 1 |
0.831
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 442 |
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 (750) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.831
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 137 |
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.828
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 634 |
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` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
0.826
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1289 |
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` = 631) AND (b.`id_shop` = 1) LIMIT 1 |
0.823
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2256 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2425 LIMIT 1 |
0.821
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 64 |
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.820
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2014 |
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` = 794) AND (b.`id_shop` = 1) LIMIT 1 |
0.819
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 658 |
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` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
0.818
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2413 |
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` = 3894 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` = 3894 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.816
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 309 |
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` = 3540) AND (b.`id_shop` = 1) LIMIT 1 |
0.815
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `uwhfq_hook_alias` |
0.811
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)
|
| 1258 |
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` = 470) AND (b.`id_shop` = 1) LIMIT 1 |
0.810
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 953 |
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` = 771 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` = 771 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.809
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2857 |
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.808
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1475 |
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 = 631
ORDER BY f.position ASC, fvl.value ASC |
0.807
ms
|
3 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 301 |
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` = 3539) AND (b.`id_shop` = 1) LIMIT 1 |
0.805
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 661 |
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` = 26) LIMIT 1 |
0.804
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1789 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 2648 LIMIT 1 |
0.804
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2670 |
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` = 2958) AND (b.`id_shop` = 1) LIMIT 1 |
0.803
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:184 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1297 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:212 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getUrl)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:96 (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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 626 |
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` = 52) AND (b.`id_shop` = 1) LIMIT 1 |
0.799
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2030 |
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` = 1948) AND (b.`id_shop` = 1) LIMIT 1 |
0.799
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 255 |
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` = 2346) AND (b.`id_shop` = 1) LIMIT 1 |
0.796
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1281 |
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` = 575) AND (b.`id_shop` = 1) LIMIT 1 |
0.796
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2402 |
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` = 2716 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` = 2716 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.796
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1842 LIMIT 1 |
0.794
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 610 |
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` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.794
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1692 |
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` = 1467) LIMIT 1 |
0.793
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 650 |
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` = 55) AND (b.`id_shop` = 1) LIMIT 1 |
0.791
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2521 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `uwhfq_hook` |
0.791
ms
|
1262 |
|
|
/classes/Hook.php:1549
/classes/Hook.php:231 (getAllHookIds)
/classes/Hook.php:941 (getIdByName)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 193 |
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` = 748) AND (b.`id_shop` = 1) LIMIT 1 |
0.790
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2779 |
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` = 'hookDisplayHome')
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.790
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:483 (getMessage)
/classes/Hook.php:1218 (hookDisplayHome)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2418 |
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` = 2263 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` = 2263 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.789
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 286 |
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` = 2613
ORDER BY `position` |
0.786
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2780 |
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` = 'hookDisplayHome')
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.785
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:483 (getMessage)
/classes/Hook.php:1218 (hookDisplayHome)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE id_tab, class_name FROM `uwhfq_tab` |
0.785
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2407 |
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` = 3674 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` = 3674 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.784
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1616 |
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` = 1467 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` = 1467 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.783
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_state` a
WHERE (a.`id_state` = 409) LIMIT 1 |
0.781
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1323 |
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` = 990
ORDER BY `position` |
0.781
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.780
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1624 |
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` = 2302 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` = 2302 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.777
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2835 |
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.776
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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.774
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)
|
| 2858 |
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.773
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1682 |
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` = 3681
ORDER BY `position` |
0.771
ms
|
4 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2318 |
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 = 3697
ORDER BY f.position ASC, fvl.value ASC |
0.770
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2832 |
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.769
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE lsl.`id_leoslideshow_slides` as id_slide, lsl.*,lsll.*
FROM uwhfq_leoslideshow_slides lsl
LEFT JOIN uwhfq_leoslideshow_slides_lang lsll ON (lsl.id_leoslideshow_slides = lsll.id_leoslideshow_slides)
WHERE lsl.id_group = 26
AND lsll.id_lang = 1 AND lsl.`active` = 1
ORDER BY lsl.position |
0.768
ms
|
16 |
Yes
|
|
/modules/leoslideshow/leoslideshow.php:1057
/modules/leoslideshow/leoslideshow.php:2809 (getSlides)
/modules/leoslideshow/leoslideshow.php:2783 (prepareHookForApPageBuilder)
/modules/leoelements/includes/widgets/LeoSlideshow.php:316 (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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 491 |
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 = 1301
ORDER BY f.position ASC, fvl.value ASC |
0.767
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2785 |
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.766
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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1634 |
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` = 2646
ORDER BY `position` |
0.765
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1019 |
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` = 3337
ORDER BY `position` |
0.764
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1345 |
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.763
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)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:47 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1632 |
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` = 2646 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` = 2646 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.762
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 130 |
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.760
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1306 |
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` = 969
ORDER BY `position` |
0.760
ms
|
4 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2814 |
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.759
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)
/classes/Category.php:1129 (__construct)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 181 |
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` = 171 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.758
ms
|
15 |
|
|
/classes/Category.php:1001
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:99 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1273 |
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` = 528) AND (b.`id_shop` = 1) LIMIT 1 |
0.758
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 109 |
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.758
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1666 |
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` = 3671
ORDER BY `position` |
0.757
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2837 |
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.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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2423 |
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` = 1788 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` = 1788 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.756
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2098 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 783 LIMIT 1 |
0.755
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 594 |
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 (31) |
0.753
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1650 |
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` = 2667
ORDER BY `position` |
0.753
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1011 |
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` = 3336
ORDER BY `position` |
0.753
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 979 |
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` = 1444
ORDER BY `position` |
0.751
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.748
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)
|
| 1697 |
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.747
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1998 |
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` = 792 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` = 792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.747
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 200 |
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` = 749 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` = 749 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.746
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1333 |
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` = 470) LIMIT 1 |
0.746
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1990 |
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` = 783 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` = 783 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.746
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2057 |
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` = 773) LIMIT 1 |
0.746
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2787 |
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.745
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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2836 |
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.744
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1339 |
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.743
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1674 |
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` = 3672
ORDER BY `position` |
0.743
ms
|
4 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2095 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 783 LIMIT 1 |
0.742
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2831 |
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.742
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2005 |
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` = 793 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` = 793 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.741
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2627 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1788 LIMIT 1 |
0.741
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2668 |
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 = 3673
ORDER BY f.position ASC, fvl.value ASC |
0.741
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1485 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 800 LIMIT 1 |
0.740
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 239 |
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` = 1302) AND (b.`id_shop` = 1) LIMIT 1 |
0.739
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 142 |
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.738
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 318 |
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` = 3541
ORDER BY `position` |
0.736
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1658 |
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` = 2819
ORDER BY `position` |
0.736
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 948 |
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 (771) |
0.734
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2781 |
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.734
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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2669 |
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 (3673) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.733
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2841 |
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.733
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1003 |
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` = 3335
ORDER BY `position` |
0.732
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 784 |
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` = 52) LIMIT 1 |
0.732
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1331 |
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` = 1014
ORDER BY `position` |
0.732
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1690 |
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` = 3777
ORDER BY `position` |
0.732
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 231 |
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` = 1301) AND (b.`id_shop` = 1) LIMIT 1 |
0.731
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2630 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1788 LIMIT 1 |
0.731
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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.730
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)
|
| 2425 |
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` = 1788
ORDER BY `position` |
0.729
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1488 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 800 LIMIT 1 |
0.729
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2824 |
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.727
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2055 |
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` = 3697
ORDER BY `position` |
0.725
ms
|
4 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 201 |
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` = 749) AND (b.`id_shop` = 1) LIMIT 1 |
0.724
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 272 |
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` = 750
ORDER BY `position` |
0.724
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1315 |
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` = 985
ORDER BY `position` |
0.723
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2446 |
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 AND pl.`plist_key` = 'plist2912510785') LIMIT 1 |
0.722
ms
|
13 |
|
|
/modules/leoelements/includes/widgets/LeoProductTab.php:871
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 361 |
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.721
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2039 |
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` = 2425
ORDER BY `position` |
0.720
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2228 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1948 LIMIT 1 |
0.720
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2791 |
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.719
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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2015 |
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` = 794
ORDER BY `position` |
0.718
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1026 |
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.718
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 327 |
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 AND pl.`plist_key` = 'plist2912510785') LIMIT 1 |
0.717
ms
|
13 |
|
|
/modules/leoelements/includes/widgets/LeoProductTab.php:871
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 586 |
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` = 26
ORDER BY `position` |
0.717
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2047 |
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` = 3696
ORDER BY `position` |
0.715
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 330 |
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` = 750) LIMIT 1 |
0.714
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 274 |
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` = 1216
ORDER BY `position` |
0.712
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 971 |
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` = 1173
ORDER BY `position` |
0.712
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 987 |
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` = 2902
ORDER BY `position` |
0.712
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1611 |
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 (1467) |
0.712
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 284 |
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` = 2346
ORDER BY `position` |
0.710
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2846 |
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.710
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 963 |
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` = 784
ORDER BY `position` |
0.709
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1985 |
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 (783) |
0.709
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2319 |
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 (3697) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.709
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 223 |
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` = 1217) AND (b.`id_shop` = 1) LIMIT 1 |
0.708
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1020 |
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 AND pl.`plist_key` = 'plist2912510785') LIMIT 1 |
0.707
ms
|
13 |
|
|
/modules/leoelements/includes/widgets/LeoProductTab.php:871
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 627 |
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` = 52
ORDER BY `position` |
0.706
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1298 |
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` = 800
ORDER BY `position` |
0.706
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1642 |
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` = 2648
ORDER BY `position` |
0.706
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1476 |
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 (631) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.705
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2839 |
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.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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 158 |
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.704
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 783 |
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 (51) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.702
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 278 |
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` = 1301
ORDER BY `position` |
0.701
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 573 |
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 (26) |
0.701
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2082 |
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 (773) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.701
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2243 |
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 = 1948
ORDER BY f.position ASC, fvl.value ASC |
0.701
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = '_elementor_scheme_last_updated' LIMIT 1 |
0.700
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2565 |
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 (3674) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.700
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2840 |
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.699
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1274 |
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` = 528
ORDER BY `position` |
0.698
ms
|
6 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1290 |
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` = 631
ORDER BY `position` |
0.698
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 326 |
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` = 3542
ORDER BY `position` |
0.698
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1887 |
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 = 3671
ORDER BY f.position ASC, fvl.value ASC |
0.697
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1380 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 487 LIMIT 1 |
0.697
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1691 |
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 AND pl.`plist_key` = 'plist2912510785') LIMIT 1 |
0.697
ms
|
13 |
|
|
/modules/leoelements/includes/widgets/LeoProductTab.php:871
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2056 |
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 AND pl.`plist_key` = 'plist2912510785') LIMIT 1 |
0.696
ms
|
13 |
|
|
/modules/leoelements/includes/widgets/LeoProductTab.php:871
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 270 |
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` = 749
ORDER BY `position` |
0.695
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1338 |
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.695
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 148 |
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.694
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 302 |
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` = 3539
ORDER BY `position` |
0.694
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 619 |
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` = 51
ORDER BY `position` |
0.694
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2023 |
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` = 1028
ORDER BY `position` |
0.694
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2855 |
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.694
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2231 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1948 LIMIT 1 |
0.691
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 643 |
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` = 54
ORDER BY `position` |
0.690
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2430 |
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` = 3673
ORDER BY `position` |
0.689
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 635 |
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` = 53
ORDER BY `position` |
0.688
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1364 |
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 (470) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.688
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2452 |
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.688
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1917 |
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 (3672) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.688
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 310 |
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` = 3540
ORDER BY `position` |
0.687
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2435 |
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` = 2958
ORDER BY `position` |
0.686
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 129 |
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.686
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 282 |
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` = 1842
ORDER BY `position` |
0.686
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 144 |
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.685
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2567 |
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` = 3894) LIMIT 1 |
0.685
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2842 |
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.685
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2408 |
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` = 3674) AND (b.`id_shop` = 1) LIMIT 1 |
0.684
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2062 |
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.684
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 140 |
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.683
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 603 |
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` = 31
ORDER BY `position` |
0.683
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 659 |
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` = 56
ORDER BY `position` |
0.683
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1696 |
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,326,334),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.683
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 492 |
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 (1301) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.682
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 162 |
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.682
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2671 |
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` = 2958) LIMIT 1 |
0.682
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 280 |
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` = 1302
ORDER BY `position` |
0.681
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 268 |
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` = 748
ORDER BY `position` |
0.680
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2414 |
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` = 3894) AND (b.`id_shop` = 1) LIMIT 1 |
0.680
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1301 LIMIT 1 |
0.679
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 156 |
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.678
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1918 |
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` = 3681) LIMIT 1 |
0.678
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2820 |
SELECT SQL_NO_CACHE *
FROM uwhfq_meta m
LEFT JOIN uwhfq_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.678
ms
|
1 |
|
|
/classes/Meta.php:161
/classes/Meta.php:301 (getMetaByPage)
/classes/Meta.php:288 (getHomeMetas)
/classes/controller/FrontController.php:1744 (getMetaTags)
/modules/leoelements/includes/widgets/LeoGenCode.php:171 (getTemplateVarPage)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1842 LIMIT 1 |
0.677
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 651 |
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` = 55
ORDER BY `position` |
0.677
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 0 LIMIT 1 |
0.677
ms
|
1 |
|
|
/classes/SpecificPrice.php:413
/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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2398 |
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` = 620) AND (b.`id_shop` = 1) LIMIT 1 |
0.677
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2451 |
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,326,337),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.676
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2440 |
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` = 2959
ORDER BY `position` |
0.676
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 150 |
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.675
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/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.674
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 673 |
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` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.673
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)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:47 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 177 |
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` = 171) LIMIT 1 |
0.672
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:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 667 |
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.672
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1282 |
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` = 575
ORDER BY `position` |
0.672
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1477 |
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` = 800) LIMIT 1 |
0.671
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1025 |
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,13,51,178),
sc.`id_category` = 13)
AND l.active = 1 AND l.`id_shop` = 1 |
0.670
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 357 |
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.669
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2293 |
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 = 3696
ORDER BY f.position ASC, fvl.value ASC |
0.669
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2728 |
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 = 2959
ORDER BY f.position ASC, fvl.value ASC |
0.669
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 954 |
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` = 771) AND (b.`id_shop` = 1) LIMIT 1 |
0.668
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1804 |
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 = 2648
ORDER BY f.position ASC, fvl.value ASC |
0.668
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 611 |
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` = 50
ORDER BY `position` |
0.666
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1365 |
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` = 487) LIMIT 1 |
0.666
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 146 |
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.666
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1833 |
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 = 2667
ORDER BY f.position ASC, fvl.value ASC |
0.664
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 660 |
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 AND pl.`plist_key` = 'plist2912510785') LIMIT 1 |
0.663
ms
|
13 |
|
|
/modules/leoelements/includes/widgets/LeoProductTab.php:871
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 814 |
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 = 52
ORDER BY f.position ASC, fvl.value ASC |
0.663
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2306 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3697 LIMIT 1 |
0.663
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2139 |
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 = 792
ORDER BY f.position ASC, fvl.value ASC |
0.662
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 405 |
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` = 'hookDisplayProductPriceBlock')
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.661
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 587 |
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 (30) |
0.661
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1991 |
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` = 783) AND (b.`id_shop` = 1) LIMIT 1 |
0.661
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 153 |
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.659
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/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.658
ms
|
1 |
|
|
/classes/module/Module.php:2163
/classes/Hook.php:1030 (getExceptionsStatic)
/classes/Dispatcher.php:465 (exec)
/index.php:66 (dispatch)
|
| 160 |
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.656
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 493 |
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` = 2346) LIMIT 1 |
0.656
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1130 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1444 LIMIT 1 |
0.656
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1645 |
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` = 2667) |
0.656
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2424 |
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` = 1788) AND (b.`id_shop` = 1) LIMIT 1 |
0.656
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1661 |
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` = 3671) |
0.655
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2061 |
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,326,336),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.654
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1014 |
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` = 3337) |
0.654
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1311 |
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` = 985) |
0.654
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leoslideshow" LIMIT 1 |
0.653
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1377 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 487 LIMIT 1 |
0.652
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2403 |
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` = 2716) AND (b.`id_shop` = 1) LIMIT 1 |
0.652
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 982 |
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` = 2902) |
0.651
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `uwhfq_hook_alias` |
0.650
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)
|
| 240 |
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` = 1302
ORDER BY `position` |
0.650
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 259 |
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` = 2613) |
0.650
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1262 |
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` = 487) |
0.650
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.649
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE `width`, `height`
FROM uwhfq_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.649
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 904 |
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 = 55
ORDER BY f.position ASC, fvl.value ASC |
0.649
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1266 |
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` = 487
ORDER BY `position` |
0.649
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1301 |
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` = 969) |
0.648
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1392 |
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 = 487
ORDER BY f.position ASC, fvl.value ASC |
0.647
ms
|
3 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1633 |
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` = 2646) AND (b.`id_shop` = 1) LIMIT 1 |
0.647
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1941 |
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 = 3681
ORDER BY f.position ASC, fvl.value ASC |
0.646
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2810 |
SELECT SQL_NO_CACHE `id_btmegamenu` FROM `uwhfq_btmegamenu`
WHERE `id_group` = 9 AND `id_parent` = 0 |
0.644
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 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` = 31) |
0.643
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1318 |
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` = 990) |
0.643
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2798 |
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.643
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 51) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.642
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2006 |
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` = 793) AND (b.`id_shop` = 1) LIMIT 1 |
0.642
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2042 |
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` = 3696) |
0.642
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 933 |
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 = 56
ORDER BY f.position ASC, fvl.value ASC |
0.641
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1332 |
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 AND pl.`plist_key` = 'plist2912510785') LIMIT 1 |
0.640
ms
|
13 |
|
|
/modules/leoelements/includes/widgets/LeoProductTab.php:871
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2825 |
SELECT SQL_NO_CACHE *
FROM uwhfq_meta m
LEFT JOIN uwhfq_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.640
ms
|
1 |
|
|
/classes/Meta.php:161
/classes/Meta.php:301 (getMetaByPage)
/classes/Meta.php:288 (getHomeMetas)
/classes/controller/FrontController.php:1744 (getMetaTags)
/modules/leoelements/includes/widgets/LeoGenCode.php:171 (getTemplateVarPage)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 974 |
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` = 1444) |
0.638
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1977 |
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 (773) |
0.638
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2471 |
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 = 620
ORDER BY f.position ASC, fvl.value ASC |
0.638
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 940 |
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 (579) |
0.637
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1970 |
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 = 3777
ORDER BY f.position ASC, fvl.value ASC |
0.637
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 321 |
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` = 3542) |
0.636
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1617 |
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` = 1467) AND (b.`id_shop` = 1) LIMIT 1 |
0.636
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1669 |
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` = 3672) |
0.636
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2571 |
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.635
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2419 |
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` = 2263) AND (b.`id_shop` = 1) LIMIT 1 |
0.635
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 224 |
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` = 1217
ORDER BY `position` |
0.632
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1625 |
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` = 2302) AND (b.`id_shop` = 1) LIMIT 1 |
0.632
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 541 |
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 = 3539
ORDER BY f.position ASC, fvl.value ASC |
0.631
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2700 |
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` = 2959) AND (b.`id_shop` = 1) LIMIT 1 |
0.630
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:184 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1297 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:212 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getUrl)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:96 (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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2284
ORDER BY `id_type` ASC |
0.629
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2807 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leobootstrapmenu" LIMIT 1 |
0.629
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2229 (getModuleIdByName)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:197 (isInstalled)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 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 = 750 LIMIT 1 |
0.628
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 990 |
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` = 3334) |
0.628
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1326 |
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` = 1014) |
0.627
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1677 |
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` = 3681) |
0.627
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2083 |
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` = 783) LIMIT 1 |
0.627
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2834 |
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.627
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 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` = 53) |
0.627
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 666 |
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,10,18,87),
sc.`id_category` = 10)
AND l.active = 1 AND l.`id_shop` = 1 |
0.626
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1774 |
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 = 2646
ORDER BY f.position ASC, fvl.value ASC |
0.626
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2394 |
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` = 337 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.626
ms
|
14 |
|
|
/classes/Category.php:1001
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:99 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1929 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3681 LIMIT 1 |
0.625
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2018 |
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` = 1028) |
0.625
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2644 |
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` = 3673) AND (b.`id_shop` = 1) LIMIT 1 |
0.625
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:184 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1297 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:212 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getUrl)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:96 (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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1604 |
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 = 1014
ORDER BY f.position ASC, fvl.value ASC |
0.625
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1685 |
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` = 3777) |
0.625
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 297 |
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` = 3539) |
0.621
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1133 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1444 LIMIT 1 |
0.621
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1926 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3681 LIMIT 1 |
0.621
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1653 |
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` = 2819) |
0.621
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 202 |
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` = 749
ORDER BY `position` |
0.620
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 966 |
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` = 1173) |
0.619
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2762 |
SELECT SQL_NO_CACHE cat.id_leoblogcat FROM `uwhfq_leoblogcat` cat JOIN `uwhfq_leoblogcat_shop` cat_s ON cat.id_leoblogcat = cat_s.id_leoblogcat AND id_shop = 1 |
0.619
ms
|
6 |
|
|
/modules/leoelements/includes/widgets/LeoBlog.php:2520
/modules/leoelements/includes/widgets/LeoBlog.php:2171 (getLatesBlog)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2110 |
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 = 783
ORDER BY f.position ASC, fvl.value ASC |
0.618
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2164 |
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 = 793
ORDER BY f.position ASC, fvl.value ASC |
0.617
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 723 |
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 = 31
ORDER BY f.position ASC, fvl.value ASC |
0.616
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 95 |
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.616
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 516 |
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 = 2346
ORDER BY f.position ASC, fvl.value ASC |
0.616
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 638 |
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` = 54) |
0.615
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2730 |
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` = 2262) AND (b.`id_shop` = 1) LIMIT 1 |
0.615
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:184 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1297 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:212 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getUrl)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:96 (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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2859 |
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.615
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2528 |
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` = 3674) AND (b.`id_shop` = 1) 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)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1297 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:212 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getUrl)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:96 (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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 466 |
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 = 1842
ORDER BY f.position ASC, fvl.value ASC |
0.613
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1554 |
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 = 985
ORDER BY f.position ASC, fvl.value ASC |
0.613
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2823 |
SELECT SQL_NO_CACHE `id_btmegamenu` FROM `uwhfq_btmegamenu`
WHERE `id_group` = 8 AND `id_parent` = 0 |
0.613
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 646 |
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` = 55) |
0.612
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 998 |
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` = 3335) |
0.612
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1277 |
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` = 575) |
0.612
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1285 |
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` = 631) |
0.611
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2268 |
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 = 2425
ORDER BY f.position ASC, fvl.value ASC |
0.610
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 906 |
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` = 56) LIMIT 1 |
0.608
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1006 |
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` = 3336) |
0.608
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 251 |
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` = 2346) |
0.607
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1105 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1173 LIMIT 1 |
0.607
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2776 |
SELECT SQL_NO_CACHE * FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayHome" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.607
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1991 (getActiveGroupByHook)
/modules/leoslideshow/leoslideshow.php:2218 (_prepareHook)
/modules/leoslideshow/leoslideshow.php:2273 (_processHook)
/classes/Hook.php:1218 (hookDisplayHome)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 209 |
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` = 750
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/ProductListingPresenter.php:30 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2050 |
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` = 3697) |
0.606
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2786 |
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.606
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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 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` = 51) |
0.605
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2026 |
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` = 1948) |
0.605
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1293 |
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` = 800) |
0.604
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.602
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)
|
| 313 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 3541) |
0.602
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2292 |
0.602
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2034 |
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` = 2425) |
0.602
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 755 |
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` = 51) LIMIT 1 |
0.600
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1904 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3672 LIMIT 1 |
0.600
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1195 |
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 = 3334
ORDER BY f.position ASC, fvl.value ASC |
0.599
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2642 |
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 = 1788
ORDER BY f.position ASC, fvl.value ASC |
0.599
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 654 |
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` = 56) |
0.598
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 289 |
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` = 3538) |
0.598
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 97 |
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.596
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2675 |
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.595
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 606 |
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` = 50) |
0.594
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 305 |
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` = 3540) |
0.593
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1668 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3672 LIMIT 1 |
0.593
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1446 |
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 = 575
ORDER BY f.position ASC, fvl.value ASC |
0.592
ms
|
3 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 577 |
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.591
ms
|
1 |
|
|
/classes/SpecificPrice.php:364
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2526 |
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 = 2716
ORDER BY f.position ASC, fvl.value ASC |
0.589
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2590 |
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 = 3894
ORDER BY f.position ASC, fvl.value ASC |
0.589
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 622 |
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` = 52) |
0.587
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2758 |
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 = 2262
ORDER BY f.position ASC, fvl.value ASC |
0.587
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2399 |
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` = 620
ORDER BY `position` |
0.586
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 566 |
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 = 3542
ORDER BY f.position ASC, fvl.value ASC |
0.584
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 725 |
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` = 50) LIMIT 1 |
0.584
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1529 |
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 = 969
ORDER BY f.position ASC, fvl.value ASC |
0.584
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2860 |
SELECT SQL_NO_CACHE data
FROM `uwhfq_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.584
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 754 |
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 (50) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.583
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1254 |
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` = 470) |
0.583
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 1842) |
0.582
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 497 |
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.581
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1108 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1173 LIMIT 1 |
0.581
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1579 |
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 = 990
ORDER BY f.position ASC, fvl.value ASC |
0.580
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 441 |
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 = 750
ORDER BY f.position ASC, fvl.value ASC |
0.580
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2616 |
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 = 2263
ORDER BY f.position ASC, fvl.value ASC |
0.579
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2800 |
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.578
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1343 (__construct)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1749 |
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 = 2302
ORDER BY f.position ASC, fvl.value ASC |
0.577
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE value FROM uwhfq_leoelements_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
0.576
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1992 |
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` = 783
ORDER BY `position` |
0.575
ms
|
4 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 227 |
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` = 1301) |
0.574
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1922 |
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.573
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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.573
ms
|
1 |
|
|
/classes/module/Module.php:2262
/override/classes/CartRule.php:36 (isEnabled)
/classes/controller/FrontController.php:464 (autoRemoveFromCart)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 788 |
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.572
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1269 |
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` = 528) |
0.571
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2112 |
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` = 792) LIMIT 1 |
0.571
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.571
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2536 |
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.571
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 955 |
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` = 771
ORDER BY `position` |
0.569
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2864 |
SELECT SQL_NO_CACHE `id_page`
FROM `uwhfq_page`
WHERE `id_page_type` = 1 LIMIT 1 |
0.569
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2473 |
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` = 2716) LIMIT 1 |
0.568
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 875 |
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 = 54
ORDER BY f.position ASC, fvl.value ASC |
0.568
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 985) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.568
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1999 |
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` = 792
ORDER BY `position` |
0.568
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1317 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 990 LIMIT 1 |
0.567
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.567
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2809 |
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.567
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 235 |
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` = 1302) |
0.566
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1417 |
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 = 528
ORDER BY f.position ASC, fvl.value ASC |
0.566
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2959) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.566
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1500 |
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 = 800
ORDER BY f.position ASC, fvl.value ASC |
0.565
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1542 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 985 LIMIT 1 |
0.565
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2409 |
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` = 3674
ORDER BY `position` |
0.564
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1858 |
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 = 2819
ORDER BY f.position ASC, fvl.value ASC |
0.563
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 182 |
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 (748) |
0.562
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2592 |
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` = 2263) AND (b.`id_shop` = 1) LIMIT 1 |
0.562
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:184 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1297 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:212 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getUrl)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:96 (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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1349 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "06973"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.561
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2087 |
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.561
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2189 |
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 = 794
ORDER BY f.position ASC, fvl.value ASC |
0.561
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2731 |
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` = 2262) LIMIT 1 |
0.560
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2218 |
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 = 1028
ORDER BY f.position ASC, fvl.value ASC |
0.560
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2618 |
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` = 1788) AND (b.`id_shop` = 1) LIMIT 1 |
0.560
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:184 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1297 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:212 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getUrl)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:96 (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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2007 |
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` = 793
ORDER BY `position` |
0.559
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2698 |
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 = 2958
ORDER BY f.position ASC, fvl.value ASC |
0.559
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1220 |
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 = 3335
ORDER BY f.position ASC, fvl.value ASC |
0.559
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2699 |
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 (2958) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.559
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE *
FROM uwhfq_leoelements_positions p |
0.558
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)
|
| 328 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "productcomments" LIMIT 1 |
0.558
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2847 |
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.558
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1343 (__construct)
/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/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2415 |
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` = 3894
ORDER BY `position` |
0.557
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2958) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.557
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2531 |
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` = 3674) 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)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2801 |
SELECT SQL_NO_CACHE *
FROM uwhfq_meta m
LEFT JOIN uwhfq_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.557
ms
|
1 |
|
|
/classes/Meta.php:161
/classes/Meta.php:301 (getMetaByPage)
/classes/Meta.php:288 (getHomeMetas)
/classes/controller/FrontController.php:1744 (getMetaTags)
/modules/leoelements/includes/widgets/LeoGenCode.php:171 (getTemplateVarPage)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE * FROM uwhfq_hook_module
WHERE `id_hook` = 993
AND `id_module` = 178
AND `id_shop` = 1 |
0.557
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 584 |
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` = 26 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` = 26 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.557
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2643 |
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 (1788) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.557
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3671) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.556
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.555
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3673) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.555
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 22 |
DELETE FROM `uwhfq_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `uwhfq_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
) |
0.554
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)
|
| 219 |
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` = 1217) |
0.554
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 759 |
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.554
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 877 |
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` = 55) LIMIT 1 |
0.554
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2551 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2284
ORDER BY `id_type` ASC |
0.554
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3672) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.554
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2525 |
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` = 2716) AND (b.`id_shop` = 1) LIMIT 1 |
0.554
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:184 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1297 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:221 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getLink)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE `active`
FROM `uwhfq_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.553
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 756 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 51 AND `id_shop` = 1 |
0.553
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2448 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 620 AND `id_shop` = 1 |
0.553
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.552
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)
|
| 1835 |
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` = 2819) LIMIT 1 |
0.552
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2017 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1028 LIMIT 1 |
0.552
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1889 |
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` = 3672) LIMIT 1 |
0.551
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 750 LIMIT 1 |
0.551
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 784) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.551
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2591 |
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 (3894) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.551
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1022 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 579 AND `id_shop` = 1 |
0.548
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1028 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.548
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1618 |
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` = 1467
ORDER BY `position` |
0.548
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1693 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1467 AND `id_shop` = 1 |
0.548
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2538 |
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.547
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)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:47 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1027 |
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 = 579 LIMIT 1 |
0.547
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1943 |
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` = 3777) LIMIT 1 |
0.547
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2064 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.547
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1045 |
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 = 579
ORDER BY f.position ASC, fvl.value ASC |
0.546
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1369 |
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.546
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 945 |
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` = 579 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` = 579 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.545
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1334 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 470 AND `id_shop` = 1 |
0.545
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1860 |
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` = 3671) 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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2701 |
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` = 2959) 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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1706 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "13987"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.545
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2404 |
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` = 2716
ORDER BY `position` |
0.544
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2245 |
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` = 2425) LIMIT 1 |
0.543
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 212 |
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` = 1216) |
0.543
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1481 |
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.543
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2796 |
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.543
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 *
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` = 3542) LIMIT 1 |
0.541
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1589 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1014 LIMIT 1 |
0.541
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1720 |
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 = 1467
ORDER BY f.position ASC, fvl.value ASC |
0.541
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2270 |
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` = 3696) LIMIT 1 |
0.540
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 467 |
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 (1842) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.539
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 876 |
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 (54) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.537
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1031 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07663"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.537
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1170 |
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 = 3336
ORDER BY f.position ASC, fvl.value ASC |
0.537
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2527 |
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 (2716) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.537
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1709 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "13987"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.537
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2203 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1028 LIMIT 1 |
0.537
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2420 |
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` = 2263
ORDER BY `position` |
0.537
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1982 |
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` = 773 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` = 773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.536
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 693 |
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` = 31) LIMIT 1 |
0.535
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2556 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2285
ORDER BY `id_type` ASC |
0.535
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2593 |
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` = 2263) LIMIT 1 |
0.535
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 205 |
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` = 750) |
0.534
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1120 |
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 = 1173
ORDER BY f.position ASC, fvl.value ASC |
0.534
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1983 |
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` = 773) AND (b.`id_shop` = 1) LIMIT 1 |
0.534
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2124 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 792 LIMIT 1 |
0.534
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2206 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1028 LIMIT 1 |
0.534
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 468 |
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` = 1301) LIMIT 1 |
0.533
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE id_leoslideshow_groups FROM `uwhfq_leoslideshow_groups` WHERE randkey IN ('1a9436d12827c870d10cc0d9b19b2c00') AND id_shop = 1 |
0.533
ms
|
5 |
|
|
/modules/leoelements/includes/widgets/LeoSlideshow.php:300
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 724 |
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 (31) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.532
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2535 |
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,326,337),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.532
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.531
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)
|
| 1834 |
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 (2667) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.531
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2127 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 792 LIMIT 1 |
0.531
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1055 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 771 LIMIT 1 |
0.531
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1514 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 969 LIMIT 1 |
0.531
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 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.530
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)
|
| 542 |
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 (3539) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.530
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1564 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 990 LIMIT 1 |
0.530
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2425) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.530
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2220 |
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` = 1948) LIMIT 1 |
0.530
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2617 |
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 (2263) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.530
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 843 |
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 = 53
ORDER BY f.position ASC, fvl.value ASC |
0.529
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 578 |
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.528
ms
|
1 |
|
|
/classes/SpecificPrice.php:368
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 905 |
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 (55) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.528
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1626 |
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` = 2302
ORDER BY `position` |
0.528
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2797 |
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.527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1343 (__construct)
/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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 `priority`, `id_specific_price_priority`
FROM `uwhfq_specific_price_priority`
WHERE `id_product` = 26
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.526
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3542) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.525
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 934 |
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 (56) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.525
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1806 |
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` = 2667) 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)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2729 |
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 (2959) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.525
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1539 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 985 LIMIT 1 |
0.524
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2833 |
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.524
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1567 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 990 LIMIT 1 |
0.523
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2058 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 773 AND `id_shop` = 1 |
0.523
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2788 |
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.523
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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3538) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.522
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 55 LIMIT 1 |
0.522
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1245 |
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 = 3337
ORDER BY f.position ASC, fvl.value ASC |
0.522
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1888 |
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 (3671) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.522
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1196 |
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 (3334) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.521
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2165 |
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 (793) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.521
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1352 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "06973"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.521
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2472 |
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 (620) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.520
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 592 |
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` = 30 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` = 30 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.520
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 31) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.520
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2166 |
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` = 794) LIMIT 1 |
0.520
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1460 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 631 LIMIT 1 |
0.519
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1592 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 1014 LIMIT 1 |
0.519
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1700 |
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 = 1467 LIMIT 1 |
0.519
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2613) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.518
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2141 |
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` = 793) LIMIT 1 |
0.518
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1342 |
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 = 470 LIMIT 1 |
0.518
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2269 |
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 (2425) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.518
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 990) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.516
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1794 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2648 LIMIT 1 |
0.516
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2244 |
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 (1948) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.516
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 750 LIMIT 1 |
0.515
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 52) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.515
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 692 |
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 (26) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.515
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 939 |
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` = 178 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.515
ms
|
12 |
|
|
/classes/Category.php:1001
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:99 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1340 |
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 = 470 LIMIT 1 |
0.515
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1058 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 771 LIMIT 1 |
0.514
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2777 |
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.514
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:905 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:483 (getMessage)
/classes/Hook.php:1218 (hookDisplayHome)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1805 |
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 (2648) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.514
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 518 |
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` = 3539) LIMIT 1 |
0.513
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 53) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.513
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1517 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 969 LIMIT 1 |
0.513
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2067 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08783"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.513
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1034 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07663"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.513
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2140 |
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 (792) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.513
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 54) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.512
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 65 |
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.512
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 567 |
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 (3542) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.512
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1698 |
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 = 1467 LIMIT 1 |
0.511
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3539) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.511
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1971 |
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 (3777) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.511
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3697) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.511
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1948) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.510
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2346) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.510
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2294 |
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 (3696) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.510
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 620) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.510
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1122 |
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` = 1444) LIMIT 1 |
0.509
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1502 |
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` = 969) LIMIT 1 |
0.509
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1942 |
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 (3681) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.509
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2854 |
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.509
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 973 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1444 LIMIT 1 |
0.508
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1447 |
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 (575) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.508
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3696) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.508
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3335) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.508
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 989 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3334 LIMIT 1 |
0.507
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00051"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.506
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2295 |
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` = 3697) LIMIT 1 |
0.506
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 26 AND `id_shop` = 1 |
0.506
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 401 |
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` = 'hookDisplayProductPriceBlock')
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.505
ms
|
38 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:312
/modules/quantitydiscountpro/quantitydiscountpro.php:906 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1121 |
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 (1173) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.505
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1308 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 985 LIMIT 1 |
0.505
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1419 |
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` = 575) LIMIT 1 |
0.505
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 187 |
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.504
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/classes/Product.php:3672 (getTaxCalculator)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 55) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.504
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1418 |
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 (528) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.504
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1028) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.504
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2716) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.504
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2460 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07907"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.504
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1501 |
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 (800) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.503
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2111 |
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 (783) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.503
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2850 |
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.503
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1222 |
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` = 3337) 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)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1145 |
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 = 1444
ORDER BY f.position ASC, fvl.value ASC |
0.501
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2792 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leoelements" LIMIT 1 |
0.501
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1080 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 784 LIMIT 1 |
0.501
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1859 |
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 (2819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.501
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2457 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07907"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.501
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1581 |
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` = 1014) LIMIT 1 |
0.500
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2070 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08783"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.500
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 517 |
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 (2346) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.500
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_leoslideshow_groups` a
WHERE (a.`id_leoslideshow_groups` = 26) LIMIT 1 |
0.499
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoslideshow/leoslideshow.php:2775 (__construct)
/modules/leoelements/includes/widgets/LeoSlideshow.php:316 (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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 56) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.499
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1531 |
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` = 985) LIMIT 1 |
0.499
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2838 |
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.497
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1448 |
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` = 631) LIMIT 1 |
0.497
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1995 |
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` = 792) |
0.497
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 128 |
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.496
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1070 |
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 = 771
ORDER BY f.position ASC, fvl.value ASC |
0.496
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1394 |
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` = 528) 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)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1610 |
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` = 334 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.495
ms
|
13 |
|
|
/classes/Category.php:1001
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:99 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1676 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3681 LIMIT 1 |
0.495
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1695 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1467 |
0.495
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.494
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)
|
| 585 |
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` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.494
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1095 |
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 = 784
ORDER BY f.position ASC, fvl.value ASC |
0.494
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2645 |
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` = 3673) LIMIT 1 |
0.494
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2768 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=65 AND active=1 AND id_shop=1 |
0.494
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2656 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3673 LIMIT 1 |
0.493
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1444) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.493
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 845 |
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` = 54) LIMIT 1 |
0.492
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1555 |
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 (985) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.492
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1072 |
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` = 784) LIMIT 1 |
0.492
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1463 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 631 LIMIT 1 |
0.492
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 443 |
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` = 1842) LIMIT 1 |
0.491
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3336) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.490
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1644 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2667 LIMIT 1 |
0.490
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 26 |
0.489
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1300 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 969 LIMIT 1 |
0.489
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1467) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2411 |
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 = 3894 LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:5425 (getDefaultAttribute)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2454 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.489
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1246 |
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 (3337) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.488
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1605 |
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 (1014) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.488
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.488
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1751 |
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` = 2646) LIMIT 1 |
0.488
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_group_lang`
WHERE `id_group` = 1 |
0.488
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1024 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 579 |
0.487
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1652 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2819 LIMIT 1 |
0.487
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2619 |
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` = 1788) LIMIT 1 |
0.487
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2853 |
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.487
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 28
AND image_shop.`cover`= 1 LIMIT 1 |
0.486
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.486
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1013 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3337 LIMIT 1 |
0.486
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2346 |
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` = 2262) |
0.486
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2759 |
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 (2262) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.486
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1431 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 575 LIMIT 1 |
0.485
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1580 |
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 (990) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.485
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1221 |
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 (3335) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.485
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1660 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3671 LIMIT 1 |
0.485
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2190 |
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 (794) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.484
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 965 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1173 LIMIT 1 |
0.484
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1083 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 784 LIMIT 1 |
0.484
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1292 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 800 LIMIT 1 |
0.484
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1325 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1014 LIMIT 1 |
0.484
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1393 |
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 (487) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.484
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1775 |
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 (2646) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.484
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2063 |
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 = 773 LIMIT 1 |
0.484
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 568 |
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` = 87) LIMIT 1 |
0.483
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:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2303 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3697 LIMIT 1 |
0.483
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1071 |
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 (771) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.483
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2799 |
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.483
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 981 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2902 LIMIT 1 |
0.482
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3337) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.482
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2049 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3697 LIMIT 1 |
0.482
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 946 |
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` = 579) AND (b.`id_shop` = 1) LIMIT 1 |
0.482
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 26 LIMIT 1 |
0.481
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1721 |
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 (1467) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.481
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2902) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.480
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 668 |
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 = 26 LIMIT 1 |
0.480
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 815 |
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 (52) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.480
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1005 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3336 LIMIT 1 |
0.480
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1530 |
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 (969) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.479
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 670 |
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 = 26 LIMIT 1 |
0.479
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1684 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3777 LIMIT 1 |
0.479
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1958 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3777 LIMIT 1 |
0.479
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2033 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2425 LIMIT 1 |
0.479
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2381 |
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` = 3674) |
0.479
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2705 |
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.479
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3539 LIMIT 1 |
0.478
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2002 |
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` = 793) |
0.478
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2326 |
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` = 500) |
0.478
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 66 |
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.477
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 50 LIMIT 1 |
0.477
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1701 |
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.477
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2065 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 773 LIMIT 1 |
0.477
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1046 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 (579) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.477
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 844 |
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 (53) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.476
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2356 |
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` = 2716) |
0.476
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2495 |
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` = 2716) 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)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6320 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5624 (productIsInFilter)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1171 |
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 (3336) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.476
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2331 |
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` = 620) |
0.476
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1253 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 470 LIMIT 1 |
0.475
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1337 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 470 |
0.475
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1613 |
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` = 1467) |
0.475
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3542 LIMIT 1 |
0.475
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1172 |
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` = 3334) 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/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3681) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.475
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 997 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3335 LIMIT 1 |
0.474
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1146 |
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 (1444) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.474
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2667) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1047 |
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` = 771) LIMIT 1 |
0.473
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1096 |
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 (784) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.473
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1276 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 575 LIMIT 1 |
0.473
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1335 |
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.473
ms
|
0 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1872 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3671 LIMIT 1 |
0.473
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2361 |
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` = 2814) |
0.473
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2653 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3673 LIMIT 1 |
0.473
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1637 |
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` = 2648) |
0.473
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
0.472
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 56 LIMIT 1 |
0.472
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2060 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 773 |
0.472
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2324 |
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 = 500 LIMIT 1 |
0.472
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2453 |
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 = 620 LIMIT 1 |
0.472
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2774 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=59 AND active=1 AND id_shop=1 |
0.472
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3334) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.471
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1284 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 631 LIMIT 1 |
0.471
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.470
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 67 |
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.470
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 985
AND image_shop.`cover`= 1 LIMIT 1 |
0.470
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2613 LIMIT 1 |
0.470
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 593 |
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` = 30
ORDER BY `position` |
0.470
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1197 |
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` = 3335) LIMIT 1 |
0.470
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1750 |
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 (2302) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.470
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 116 |
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.469
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 70 |
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.469
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 969) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.469
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1405 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 528 LIMIT 1 |
0.469
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 53 LIMIT 1 |
0.468
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2025 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1948 LIMIT 1 |
0.468
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2249 |
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.468
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2320 |
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` = 337) LIMIT 1 |
0.468
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:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1173) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.467
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2450 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 620 |
0.467
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1722 |
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` = 2302) LIMIT 1 |
0.466
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2219 |
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 (1028) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.466
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 671 |
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` = 20
AND `id_shop` = 1 LIMIT 1 |
0.466
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1629 |
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` = 2646) |
0.466
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2366 |
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` = 2958) |
0.465
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2391 |
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` = 3894) |
0.465
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2552 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2292) LIMIT 1 |
0.465
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00051"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.465
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2775 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=57 AND active=1 AND id_shop=1 |
0.465
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1955 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3777 LIMIT 1 |
0.464
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 68 |
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.464
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3538 LIMIT 1 |
0.464
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 950 |
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` = 771) |
0.464
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1621 |
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` = 2302) |
0.464
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1147 |
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` = 3336) LIMIT 1 |
0.463
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1976 |
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` = 336 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.463
ms
|
12 |
|
|
/classes/Category.php:1001
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:99 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2351 |
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` = 2263) |
0.463
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3541) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1556 |
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` = 990) LIMIT 1 |
0.462
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2386 |
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` = 3876) |
0.462
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2573 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.462
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2769 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=64 AND active=1 AND id_shop=1 |
0.462
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 958 |
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` = 784) |
0.462
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 69 |
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.461
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 71 |
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.461
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 697 |
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.461
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2341 |
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` = 2252) |
0.461
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2010 |
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` = 794) |
0.461
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2346 LIMIT 1 |
0.460
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 51 LIMIT 1 |
0.460
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2770 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=63 AND active=1 AND id_shop=1 |
0.460
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1535 |
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.459
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2191 |
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` = 1028) 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)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 19 |
DELETE FROM `uwhfq_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list" |
0.458
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)
|
| 2767 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=66 AND active=1 AND id_shop=1 |
0.458
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3541 LIMIT 1 |
0.457
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 816 |
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` = 53) LIMIT 1 |
0.457
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 935 |
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` = 178) LIMIT 1 |
0.457
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:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1434 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 575 LIMIT 1 |
0.457
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1776 |
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` = 2648) LIMIT 1 |
0.456
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1788) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.456
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1015 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3337 AND `id_group` = 1 LIMIT 1 |
0.455
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2376 |
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` = 3673) |
0.455
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2336 |
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` = 1788) |
0.455
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE * FROM `uwhfq_leoelements_fonts` WHERE type=1 |
0.454
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1703 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.454
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1901 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3672 LIMIT 1 |
0.454
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1402 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 528 LIMIT 1 |
0.453
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2263) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 52 LIMIT 1 |
0.452
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1097 |
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` = 1173) LIMIT 1 |
0.452
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1947 |
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.452
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2771 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=62 AND active=1 AND id_shop=1 |
0.452
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category_lang`
WHERE `id_category` = 171 AND `id_shop` = 1 |
0.451
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/leoelements/leoelements.php:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 346 |
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` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.451
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)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:47 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1301 LIMIT 1 |
0.450
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1972 |
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` = 336) LIMIT 1 |
0.450
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:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 45
AND image_shop.`cover`= 1 LIMIT 1 |
0.450
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3540 LIMIT 1 |
0.449
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2274 |
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.449
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1842 LIMIT 1 |
0.448
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1842) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.448
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 339 |
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.448
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1346 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.448
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1478 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 800 AND `id_shop` = 1 |
0.448
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 3776
AND image_shop.`cover`= 1 LIMIT 1 |
0.447
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2493 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2281
ORDER BY `id_type` ASC |
0.447
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.446
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1309 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uwhfq_specific_price_priority`
WHERE `id_product` = 985
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.446
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2304 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04697"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.446
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 800) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2041 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3696 LIMIT 1 |
0.445
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2371 |
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` = 2959) |
0.445
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2281 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3696 LIMIT 1 |
0.445
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2760 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leoblog" LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2229 (getModuleIdByName)
/modules/leoelements/includes/widgets/LeoBlog.php:2158 (isInstalled)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1261 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 487 LIMIT 1 |
0.444
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1810 |
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.444
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2278 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3696 LIMIT 1 |
0.444
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3539 LIMIT 1 |
0.443
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1839 |
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.443
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1875 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3671 LIMIT 1 |
0.443
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2084 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 783 AND `id_shop` = 1 |
0.443
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2299 |
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.442
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 749) |
0.441
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1343 |
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.441
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2557 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2293) LIMIT 1 |
0.441
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "stsitebuilder" LIMIT 1 |
0.440
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 785 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 52 AND `id_shop` = 1 |
0.440
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2772 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=61 AND active=1 AND id_shop=1 |
0.440
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2684 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "25383"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.439
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2773 |
SELECT SQL_NO_CACHE count(id_comment) as total FROM uwhfq_leoblog_comment WHERE 1=1 AND id_leoblog_blog=60 AND active=1 AND id_shop=1 |
0.439
ms
|
1 |
|
|
/modules/leoblog/classes/comment.php:76
/modules/leoblog/libs/Helper.php:269 (countComments)
/modules/leoelements/includes/widgets/LeoBlog.php:2630 (buildBlog)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 792
AND image_shop.`cover`= 1 LIMIT 1 |
0.439
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 50) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.439
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 881 |
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.439
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1268 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 528 LIMIT 1 |
0.439
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 575) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2794 |
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.438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/leoelements/leoelements.php:1343 (__construct)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2477 |
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.438
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 54 LIMIT 1 |
0.437
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1035 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 579 LIMIT 1 |
0.437
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.437
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/config/config.inc.php:205 (isAssociatedToShop)
/index.php:20 (require_once)
|
| 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.436
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3540) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.436
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2491 |
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.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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1919 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3681 AND `id_shop` = 1 |
0.435
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2804 |
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.434
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)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 1 FROM `uwhfq_specific_price` WHERE id_product = 1302 LIMIT 1 |
0.434
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2224 |
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.434
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2542 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04673"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.434
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2568 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3894 AND `id_shop` = 1 |
0.434
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2576 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "25589"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.434
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3542 LIMIT 1 |
0.433
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2510 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2272
ORDER BY `id_type` ASC |
0.433
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2346 AND `id_shop` = 1 |
0.433
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2649 |
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.433
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 487) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.432
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1984 |
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` = 773
ORDER BY `position` |
0.432
ms
|
3 |
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2597 |
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.432
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2623 |
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.432
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1864 |
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.432
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.431
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 750 LIMIT 1 |
0.431
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1924 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.431
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2747 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "20586"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.431
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1350 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 470 LIMIT 1 |
0.431
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2672 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2958 AND `id_shop` = 1 |
0.430
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1704 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1467 LIMIT 1 |
0.430
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE * FROM uwhfq_hook_module
WHERE `id_hook` = 994
AND `id_module` = 178
AND `id_shop` = 1 |
0.429
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1562 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 910 |
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.429
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2116 |
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.429
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2505 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2275
ORDER BY `id_type` ASC |
0.429
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2532 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3674 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/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `price_display_method`
FROM `uwhfq_group`
WHERE `id_group` = 3 LIMIT 1 |
0.428
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 522 |
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.428
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1347 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 470 LIMIT 1 |
0.428
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 1216
AND image_shop.`cover`= 1 LIMIT 1 |
0.427
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1029 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 579 LIMIT 1 |
0.427
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1662 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3671 AND `id_group` = 1 LIMIT 1 |
0.427
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2681 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.427
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 907 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 56 AND `id_shop` = 1 |
0.426
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2096 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08800"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.426
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 59 |
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.426
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 547 |
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.426
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 470) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.425
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2735 |
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.425
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3539 LIMIT 1 |
0.425
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 26 LIMIT 1 |
0.425
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2500 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2278
ORDER BY `id_type` ASC |
0.425
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 487
AND image_shop.`cover`= 1 LIMIT 1 |
0.424
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2329 |
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 = 620 LIMIT 1 |
0.424
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 767
AND image_shop.`cover`= 1 LIMIT 1 |
0.424
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3542 LIMIT 1 |
0.424
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 730 |
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.423
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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.422
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1032 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 579 LIMIT 1 |
0.422
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2170 |
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.422
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.421
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1353 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 470 LIMIT 1 |
0.421
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2572 |
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 = 3894 LIMIT 1 |
0.421
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1341 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 23 AND `id_excluded_product` = 470
AND `id_shop` = 1 LIMIT 1 |
0.421
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 472 |
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.420
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1893 |
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.420
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 783) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.420
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.420
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2145 |
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.420
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 794) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.419
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.419
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 975 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1444 AND `id_group` = 1 LIMIT 1 |
0.419
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM uwhfq_required_field |
0.418
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 849 |
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.418
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE format
FROM `uwhfq_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.418
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1217) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.418
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1707 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1467 LIMIT 1 |
0.418
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1366 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 487 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/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1375 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1678 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3681 AND `id_group` = 1 LIMIT 1 |
0.417
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2808 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.417
ms
|
1 |
|
|
/classes/module/Module.php:2262
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:197 (isEnabled)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 3775
AND image_shop.`cover`= 1 LIMIT 1 |
0.416
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1217 LIMIT 1 |
0.415
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.415
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "21404"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.415
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3538 AND `id_group` = 1 LIMIT 1 |
0.414
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2285
ORDER BY `id_type` ASC |
0.414
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2765 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "appagebuilder" LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/leoelements/includes/widgets/LeoBlog.php:2632 (isEnabled)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 750
AND image_shop.`cover`= 1 LIMIT 1 |
0.413
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.413
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "12376"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.413
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 663 |
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` = 10 LIMIT 1 |
0.413
ms
|
0 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 800 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00044"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.413
ms
|
2 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2676 |
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 = 2958 LIMIT 1 |
0.413
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1126 |
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.412
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1327 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1014 AND `id_group` = 1 LIMIT 1 |
0.412
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2455 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 620 LIMIT 1 |
0.412
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2515 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2269
ORDER BY `id_type` ASC |
0.412
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 3774
AND image_shop.`cover`= 1 LIMIT 1 |
0.412
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1301) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.411
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2281
ORDER BY `id_type` ASC |
0.411
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 947 |
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` = 579
ORDER BY `position` |
0.411
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/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1247 |
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` = 328) LIMIT 1 |
0.411
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:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1702 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 23 LIMIT 1 |
0.411
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1710 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1467 LIMIT 1 |
0.411
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE `name`
FROM `uwhfq_hook`
WHERE `id_hook` = 1220 LIMIT 1 |
0.411
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:1010 (getNameById)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2269
ORDER BY `id_type` ASC |
0.411
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1809 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2667 |
0.411
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 983 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2902 AND `id_group` = 1 LIMIT 1 |
0.410
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 789 |
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 = 52 LIMIT 1 |
0.410
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1482 |
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 = 800 LIMIT 1 |
0.409
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2687 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "25383"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.408
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 337 |
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.408
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:182
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_shop` image_shop
WHERE image_shop.`id_product` = 30
AND image_shop.`cover`= 1 LIMIT 1 |
0.407
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1302) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 26 LIMIT 1 |
0.407
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1841 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2088 |
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 = 783 LIMIT 1 |
0.407
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE *
FROM uwhfq_leoslideshow_groups gr
WHERE gr.id_shop = 1
AND gr.id_leoslideshow_groups = 26 LIMIT 1 |
0.406
ms
|
1 |
|
|
/modules/leoslideshow/leoslideshow.php:2759
/modules/leoslideshow/leoslideshow.php:2803 (getSliderGroupById)
/modules/leoslideshow/leoslideshow.php:2783 (prepareHookForApPageBuilder)
/modules/leoelements/includes/widgets/LeoSlideshow.php:316 (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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.406
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1506 |
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.406
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1606 |
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` = 334) LIMIT 1 |
0.406
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:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1699 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 23 AND `id_excluded_product` = 1467
AND `id_shop` = 1 LIMIT 1 |
0.406
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE * FROM `uwhfq_image_type` |
0.405
ms
|
8 |
|
|
/classes/ImageType.php:141
/classes/ImageType.php:182 (getByNameNType)
/modules/leoelements/leoelements.php:692 (getFormattedName)
/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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1312 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 985 AND `id_group` = 1 LIMIT 1 |
0.405
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1452 |
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.405
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1654 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2819 AND `id_group` = 1 LIMIT 1 |
0.405
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 750 AND `id_shop` = 1 |
0.404
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2278
ORDER BY `id_type` ASC |
0.404
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 768 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00043"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.404
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1319 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 990 AND `id_group` = 1 LIMIT 1 |
0.404
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 138 |
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.404
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1216 LIMIT 1 |
0.404
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 991 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3334 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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 771) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.403
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1036 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 579 LIMIT 1 |
0.403
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1302 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 969 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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 498 |
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 = 2346 LIMIT 1 |
0.402
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 581 |
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` = 26) |
0.402
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 729 |
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,10,18,87,527),
sc.`id_category` = 10)
AND l.active = 1 AND l.`id_shop` = 1 |
0.402
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 967 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1173 AND `id_group` = 1 LIMIT 1 |
0.402
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1037 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 579 LIMIT 1 |
0.401
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1486 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08874"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.401
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1670 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3672 AND `id_group` = 1 LIMIT 1 |
0.401
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1923 |
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 = 3681 LIMIT 1 |
0.401
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 3674) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.401
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2346 LIMIT 1 |
0.401
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3542 AND `id_group` = 1 LIMIT 1 |
0.400
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1007 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3336 AND `id_group` = 1 LIMIT 1 |
0.400
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2805 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_country_lang`
WHERE `id_country` = 8 |
0.400
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)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 787 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 52 |
0.400
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2272
ORDER BY `id_type` ASC |
0.399
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1560 |
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.399
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2364 |
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 = 2958 LIMIT 1 |
0.399
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.398
ms
|
0 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/prestatillstockperstore/prestatillstockperstore.php:3739 (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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1686 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3777 AND `id_group` = 1 LIMIT 1 |
0.398
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1711 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 1467 LIMIT 1 |
0.398
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1994 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 792 LIMIT 1 |
0.398
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE * FROM `uwhfq_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 2275
ORDER BY `id_type` ASC |
0.398
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1646 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2667 AND `id_group` = 1 LIMIT 1 |
0.398
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2537 |
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 = 3674 LIMIT 1 |
0.398
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "12376"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.397
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1176 |
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.397
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1201 |
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.397
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1354 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 470 LIMIT 1 |
0.397
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1378 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07070"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.397
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2339 |
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 = 2252 LIMIT 1 |
0.397
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 750) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.396
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `uwhfq_specific_price` WHERE `id_product` != 0 |
0.396
ms
|
24 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:347 (filterOutField)
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 31 AND `id_group` = 1 LIMIT 1 |
0.396
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 791 |
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 = 52 LIMIT 1 |
0.396
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1051 |
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.396
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1930 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04666"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.396
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2090 |
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 = 783 LIMIT 1 |
0.396
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 21 |
DELETE FROM `uwhfq_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog" |
0.395
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)
|
| 260 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2613 AND `id_group` = 1 LIMIT 1 |
0.395
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 26 LIMIT 1 |
0.395
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1927 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04666"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.395
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2534 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3674 |
0.395
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 53 AND `id_group` = 1 LIMIT 1 |
0.394
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2461 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 620 LIMIT 1 |
0.394
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 760 |
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 = 51 LIMIT 1 |
0.393
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 999 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3335 AND `id_group` = 1 LIMIT 1 |
0.393
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1712 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 1467 LIMIT 1 |
0.393
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2674 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2958 |
0.393
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2549 |
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.392
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 447 |
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.391
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 54 AND `id_group` = 1 LIMIT 1 |
0.391
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 55 AND `id_group` = 1 LIMIT 1 |
0.391
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1355 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 470 LIMIT 1 |
0.391
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1921 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3681 |
0.391
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2086 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 783 |
0.391
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2334 |
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 = 1788 LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2545 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04673"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.391
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2657 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04672"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.391
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1398 |
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.390
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1953 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.390
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2307 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04697"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.390
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 26 LIMIT 1 |
0.390
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2374 |
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 = 3673 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1585 |
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.389
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "21404"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.389
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2099 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08800"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.389
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.388
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
0.388
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2071 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 773 LIMIT 1 |
0.388
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2349 |
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 = 2263 LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3539 AND `id_group` = 1 LIMIT 1 |
0.388
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1344 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 23 LIMIT 1 |
0.388
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1781 |
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.388
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2051 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3697 AND `id_group` = 1 LIMIT 1 |
0.387
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2346 AND `id_group` = 1 LIMIT 1 |
0.387
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1370 |
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 = 487 LIMIT 1 |
0.387
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1423 |
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.387
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2068 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 773 LIMIT 1 |
0.387
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2579 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "25589"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.387
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
0.386
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 335 |
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,13,56,171),
sc.`id_category` = 13)
AND l.active = 1 AND l.`id_shop` = 1 |
0.386
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 340 |
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.386
ms
|
6 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:364
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 762 |
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 = 51 LIMIT 1 |
0.386
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1294 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 800 AND `id_group` = 1 LIMIT 1 |
0.386
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2001 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 793 LIMIT 1 |
0.386
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2359 |
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 = 2814 LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 750 AND `id_group` = 1 LIMIT 1 |
0.385
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2346 |
0.385
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2321 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category_lang`
WHERE `id_category` = 337 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/Category.php:159 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leoelements/leoelements.php:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2344 |
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 = 2262 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2384 |
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 = 3876 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2570 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3894 |
0.385
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 1216) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.384
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1226 |
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.384
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1726 |
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.384
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_currency_lang`
WHERE `id_currency` = 1 |
0.383
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 52 AND `id_group` = 1 LIMIT 1 |
0.383
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1151 |
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.383
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1381 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07070"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.382
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1101 |
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.382
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2019 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1028 AND `id_group` = 1 LIMIT 1 |
0.382
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2553 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2292 |
0.382
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 51 AND `id_group` = 1 LIMIT 1 |
0.381
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1286 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 631 AND `id_group` = 1 LIMIT 1 |
0.381
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2043 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3696 AND `id_group` = 1 LIMIT 1 |
0.381
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2354 |
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 = 2716 LIMIT 1 |
0.381
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 20 LIMIT 1 |
0.380
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 820 |
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.380
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2035 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2425 AND `id_group` = 1 LIMIT 1 |
0.380
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1372 |
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 = 487 LIMIT 1 |
0.379
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3540 AND `id_group` = 1 LIMIT 1 |
0.379
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2558 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2293 |
0.379
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 56 AND `id_group` = 1 LIMIT 1 |
0.378
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 51 |
0.378
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1180 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3334 LIMIT 1 |
0.378
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1278 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 575 AND `id_group` = 1 LIMIT 1 |
0.378
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1755 |
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.378
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1987 |
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` = 783) |
0.378
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2802 |
SELECT SQL_NO_CACHE format
FROM `uwhfq_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.378
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)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3541 AND `id_group` = 1 LIMIT 1 |
0.377
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2651 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.377
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2851 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "prestatillstockperstore" LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/modules/prestatilldrive/prestatilldrive.php:849 (isEnabled)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 26 LIMIT 1 |
0.377
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1959 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "06509"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.377
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2072 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 773 LIMIT 1 |
0.377
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2379 |
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 = 3674 LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2458 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 620 LIMIT 1 |
0.377
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_country_lang`
WHERE `id_country` = 8 |
0.376
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 26 LIMIT 1 |
0.376
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1155 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3336 LIMIT 1 |
0.376
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1263 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 487 AND `id_group` = 1 LIMIT 1 |
0.376
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2027 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1948 AND `id_group` = 1 LIMIT 1 |
0.376
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2389 |
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 = 3894 LIMIT 1 |
0.376
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2806 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_state` a
WHERE (a.`id_state` = 409) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/controller/FrontController.php:1718 (__construct)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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.375
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)
|
| 957 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 784 LIMIT 1 |
0.375
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1076 |
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.375
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1489 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08874"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.375
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 151 |
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.374
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 772 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 51 LIMIT 1 |
0.374
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1620 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2302 LIMIT 1 |
0.374
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2195 |
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.374
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2369 |
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 = 2959 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3563 (getDefaultAttribute)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2625 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.374
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2744 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "20586"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.374
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 803 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00044"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.373
ms
|
2 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2009 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 794 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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2301 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.373
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 20 AND `id_excluded_product` = 26
AND `id_shop` = 1 LIMIT 1 |
0.373
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1795 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2648 LIMIT 1 |
0.373
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 50 AND `id_group` = 1 LIMIT 1 |
0.372
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00043"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.372
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1861 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3671 AND `id_shop` = 1 |
0.371
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2226 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.371
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM uwhfq_shop s |
0.370
ms
|
1 |
|
|
/classes/shop/Shop.php:902
/src/Adapter/Configuration.php:363 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:99 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:48 (get)
/classes/assets/StylesheetManager.php:104 (getFQDN)
/classes/assets/StylesheetManager.php:58 (add)
/classes/controller/FrontController.php:1081 (register)
/classes/controller/FrontController.php:945 (registerStylesheet)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 864 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00047"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.370
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2494 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2289) LIMIT 1 |
0.370
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2501 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2286) LIMIT 1 |
0.370
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2506 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2283) LIMIT 1 |
0.370
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE * FROM `uwhfq_leoelements_fonts` WHERE type=2 |
0.370
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1368 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 487 |
0.369
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1483 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.369
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1780 |
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,326,334,1103),
sc.`id_category` = 16)
AND l.active = 1 AND l.`id_shop` = 1 |
0.369
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2462 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 620 LIMIT 1 |
0.369
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2463 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 620 LIMIT 1 |
0.369
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1890 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3672 AND `id_shop` = 1 |
0.369
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2958) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.368
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/modules/seosaproductlabels/seosaproductlabels.php:313 (getQuantityAvailableByProduct)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2711 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 50 AND `id_shop` = 1 |
0.368
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1480 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 800 |
0.368
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1612 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1467 LIMIT 1 |
0.368
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1905 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04669"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.368
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1636 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2648 LIMIT 1 |
0.367
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2073 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 773 LIMIT 1 |
0.367
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1842 AND `id_group` = 1 LIMIT 1 |
0.367
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "01737"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.365
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1255 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 470 AND `id_group` = 1 LIMIT 1 |
0.365
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1898 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.365
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2232 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "18221"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.365
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 367 |
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.364
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2355 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2716 LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1270 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 528 AND `id_group` = 1 LIMIT 1 |
0.364
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2308 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3697 LIMIT 1 |
0.364
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1944 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3777 AND `id_shop` = 1 |
0.363
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1301 AND `id_group` = 1 LIMIT 1 |
0.363
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 31 AND `id_shop` = 1 |
0.362
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2093 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1158 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3336 LIMIT 1 |
0.362
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 765 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.361
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1628 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2646 LIMIT 1 |
0.361
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2599 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.361
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2766 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.361
ms
|
0 |
|
|
/classes/module/Module.php:2262
/modules/leoelements/includes/widgets/LeoBlog.php:2632 (isEnabled)
/modules/leoelements/includes/widgets/LeoBlog.php:2184 (getBlogsFont)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 404 |
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.360
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1183 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3334 LIMIT 1 |
0.360
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1208 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3335 LIMIT 1 |
0.360
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1836 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2819 AND `id_shop` = 1 |
0.360
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2296 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3697 AND `id_shop` = 1 |
0.360
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2511 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2280) LIMIT 1 |
0.360
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2554 |
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.360
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2685 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2958 LIMIT 1 |
0.360
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 764 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 20 LIMIT 1 |
0.360
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1205 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3335 LIMIT 1 |
0.360
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1302 AND `id_group` = 1 LIMIT 1 |
0.359
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1899 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2003 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 793 AND `id_group` = 1 LIMIT 1 |
0.359
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 589 |
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` = 30) |
0.358
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.358
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 942 |
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` = 579) |
0.358
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1979 |
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` = 773) |
0.358
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1233 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3337 LIMIT 1 |
0.357
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2302) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2390 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3894 LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.357
ms
|
0 |
|
|
/classes/module/Module.php:2262
/modules/prestatillstockperstore/prestatillstockperstore.php:3739 (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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 890 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00048"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.357
ms
|
2 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2179 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 794 LIMIT 1 |
0.357
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2843 |
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leobootstrapmenu" LIMIT 1 |
0.356
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1230 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 3337 LIMIT 1 |
0.356
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2305 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3697 LIMIT 1 |
0.356
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2520 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `uwhfq_hook_alias` |
0.356
ms
|
86 |
|
|
/classes/Hook.php:299
/classes/Hook.php:330 (getAllHookAliases)
/classes/Hook.php:805 (getHookAliasesFor)
/classes/Hook.php:932 (getHookModuleExecList)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2852 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 325 AND `id_shop` = 1 LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/module/Module.php:2262
/modules/prestatilldrive/prestatilldrive.php:849 (isEnabled)
/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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 154 |
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.355
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 192 |
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.355
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/classes/Product.php:5714 (getTaxCalculator)
/classes/Product.php:5606 (getTaxesInformations)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1458 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1732 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2325 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 500 LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2580 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3894 LIMIT 1 |
0.354
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2821 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `uwhfq_country`
WHERE `id_country` = 8 LIMIT 1 |
0.354
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2522 |
SELECT SQL_NO_CACHE * FROM `uwhfq_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.354
ms
|
1 |
|
|
/classes/module/Module.php:2163
/classes/Hook.php:1030 (getExceptionsStatic)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2793 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
0.354
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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.353
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2246 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2425 AND `id_shop` = 1 |
0.353
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2271 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3696 AND `id_shop` = 1 |
0.353
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leoblog" LIMIT 1 |
0.353
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3542 AND `id_shop` = 1 |
0.353
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1844 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "24521"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.353
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2150 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08846"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.353
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 370 |
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.352
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 773 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 51 LIMIT 1 |
0.352
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2782 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
0.352
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/override/classes/Cart.php:38 (isEnabled)
/classes/Cart.php:2429 (getCartRules)
/classes/Cart.php:2256 (getTotalCalculationCartRules)
/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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2482 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "24094"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.351
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2092 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.351
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2803 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `uwhfq_country`
WHERE `id_country` = 8 LIMIT 1 |
0.351
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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.350
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Tools.php:697 (isAssociatedToShop)
/classes/controller/FrontController.php:331 (setCurrency)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 336 |
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.350
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:157
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 338 |
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.350
ms
|
1 |
|
|
/modules/seosaproductlabels/classes/ProductLabelLocation.php:219
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2122 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.350
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2330 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 620 LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2516 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2277) LIMIT 1 |
0.349
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1796 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2648 LIMIT 1 |
0.349
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 26) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.348
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 794 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 52
AND `id_shop` = 1 LIMIT 1 |
0.348
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2474 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2716 AND `id_shop` = 1 |
0.348
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2702 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2959 AND `id_shop` = 1 |
0.348
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 774 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 51 LIMIT 1 |
0.347
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2646) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2346 LIMIT 1 |
0.347
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 749 LIMIT 1 |
0.346
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 792 |
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` = 20
AND `id_shop` = 1 LIMIT 1 |
0.346
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 799 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 52 LIMIT 1 |
0.346
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2496 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2716 AND `id_shop` = 1 |
0.346
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/quantitydiscountpro/classes/QuantityDiscountRule.php:6320 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5624 (productIsInFilter)
/modules/quantitydiscountpro/quantitydiscountpro.php:925 (validateCartRuleForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2091 |
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.345
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2221 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1948 AND `id_shop` = 1 |
0.345
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2594 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2263 AND `id_shop` = 1 |
0.345
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2689 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2958 LIMIT 1 |
0.345
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 795 |
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.344
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 797 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2097 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 783 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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2172 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2175 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08847"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.344
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2646 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3673 AND `id_shop` = 1 |
0.344
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 364 |
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.342
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2539 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2602 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "20587"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.342
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2783 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 286 AND `id_shop` = 1 LIMIT 1 |
0.342
ms
|
1 |
|
|
/classes/module/Module.php:2262
/override/classes/Cart.php:38 (isEnabled)
/classes/Cart.php:2429 (getCartRules)
/classes/Cart.php:2256 (getTotalCalculationCartRules)
/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:184 (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: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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2826 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `uwhfq_country`
WHERE `id_country` = 8 LIMIT 1 |
0.341
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.341
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1373 |
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.341
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2382 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 3674 AND id_shop=1 LIMIT 1 |
0.341
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2748 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2262 LIMIT 1 |
0.341
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 894 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 55 LIMIT 1 |
0.340
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1894 |
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 = 3672 LIMIT 1 |
0.340
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1925 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3681 LIMIT 1 |
0.340
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2529 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "productcomments" LIMIT 1 |
0.340
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2142 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 793 AND `id_shop` = 1 |
0.339
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2347 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 2262 AND id_shop=1 LIMIT 1 |
0.339
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2365 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2958 LIMIT 1 |
0.339
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2620 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1788 AND `id_shop` = 1 |
0.339
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1807 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2667 AND `id_shop` = 1 |
0.339
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2011 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 794 AND `id_group` = 1 LIMIT 1 |
0.339
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1301 LIMIT 1 |
0.338
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 769 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 51 LIMIT 1 |
0.338
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2276 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module` WHERE `name` = "leoelements" LIMIT 1 |
0.338
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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1816 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 373 |
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.337
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2346 LIMIT 1 |
0.337
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1819 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "23830"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.337
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 763 |
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` = 20
AND `id_shop` = 1 LIMIT 1 |
0.337
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1817 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2667 LIMIT 1 |
0.337
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2370 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2959 LIMIT 1 |
0.337
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2732 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2262 AND `id_shop` = 1 |
0.337
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1870 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1873 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04657"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.336
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2360 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2814 LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uwhfq_specific_price_priority`
WHERE `id_product` = 31
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.336
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2113 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 792 AND `id_shop` = 1 |
0.336
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2227 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1948 LIMIT 1 |
0.336
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2350 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2263 LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2362 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 2814 AND id_shop=1 LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2844 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.336
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
0.335
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1216 AND `id_group` = 1 LIMIT 1 |
0.335
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 376 |
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.335
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1301 AND `id_shop` = 1 |
0.335
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 865 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 54 LIMIT 1 |
0.335
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1484 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 800 LIMIT 1 |
0.335
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2254 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "22278"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.335
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2574 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3894 LIMIT 1 |
0.335
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1487 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 800 LIMIT 1 |
0.334
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2279 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04681"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.334
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2340 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2252 LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2540 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3674 LIMIT 1 |
0.334
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2548 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3674 LIMIT 1 |
0.334
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2598 |
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 = 2263 LIMIT 1 |
0.334
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2650 |
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 = 3673 LIMIT 1 |
0.334
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1301 LIMIT 1 |
0.334
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1906 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3672 LIMIT 1 |
0.334
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 748) |
0.333
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2335 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 1788 LIMIT 1 |
0.333
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2543 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3674 LIMIT 1 |
0.333
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2682 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2958 LIMIT 1 |
0.333
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2863 |
SELECT SQL_NO_CACHE id_page_type
FROM uwhfq_page_type
WHERE name = 'index' LIMIT 1 |
0.333
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/b2/e7/cf/b2e7cf1ef9d88323706dec82f1bf4807d0ddcd07_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a233a0846b609_06428481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/vt_autosoelayouts_layout_full_width_tpl/d6/77/3a/d6773ab319f798a590ceb2d554e68749f0b65569_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a23812b835137_99185564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.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 *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3539 AND `id_shop` = 1 |
0.333
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `uwhfq_country`
WHERE `id_country` = 8 LIMIT 1 |
0.332
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1376 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 487 LIMIT 1 |
0.332
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2094 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 783 LIMIT 1 |
0.332
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2577 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3894 LIMIT 1 |
0.332
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2679 |
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` = 19
AND `id_shop` = 1 LIMIT 1 |
0.332
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1217 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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1379 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 487 LIMIT 1 |
0.332
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2167 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 794 AND `id_shop` = 1 |
0.332
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2180 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 794 LIMIT 1 |
0.332
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2251 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2485 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "24094"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.331
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.331
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/IndexController.php:18 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1301 LIMIT 1 |
0.331
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1928 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3681 LIMIT 1 |
0.331
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1973 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category_lang`
WHERE `id_category` = 336 AND `id_shop` = 1 |
0.331
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/leoelements/leoelements.php:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 911 |
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 = 56 LIMIT 1 |
0.330
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1903 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3672 LIMIT 1 |
0.330
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1948 |
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 = 3777 LIMIT 1 |
0.329
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2147 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2658 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3673 LIMIT 1 |
0.329
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2677 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 19 AND `id_excluded_product` = 2958
AND `id_shop` = 1 LIMIT 1 |
0.329
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 523 |
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 = 3539 LIMIT 1 |
0.328
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2300 |
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 = 3697 LIMIT 1 |
0.328
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2322 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM uwhfq_category_group ctg
WHERE ctg.`id_category` = 337 AND ctg.`id_group` = 1 LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:983 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2375 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3673 LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "01731"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.328
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2385 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3876 LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 749) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2269) LIMIT 1 |
0.327
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 766 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 51 LIMIT 1 |
0.327
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1223 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3337 AND `id_shop` = 1 |
0.327
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2100 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 783 LIMIT 1 |
0.327
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2275 |
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 = 3696 LIMIT 1 |
0.327
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2345 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 2262 LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2357 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 2716 AND id_shop=1 LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "17217"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.325
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category_lang`
WHERE `id_category` = 87 AND `id_shop` = 1 |
0.325
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/leoelements/leoelements.php:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1996 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 792 AND `id_group` = 1 LIMIT 1 |
0.325
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2250 |
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 = 2425 LIMIT 1 |
0.325
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2380 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 3674 LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 26 LIMIT 1 |
0.324
ms
|
2 |
|
|
/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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2338 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1788 AND `id_group` = 1 LIMIT 1 |
0.324
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2377 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 3673 AND id_shop=1 LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2392 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 3894 AND id_shop=1 LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2688 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2958 LIMIT 1 |
0.324
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2706 |
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 = 2959 LIMIT 1 |
0.324
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1757 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1931 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3681 LIMIT 1 |
0.323
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2153 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08846"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.323
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2252 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2425 LIMIT 1 |
0.323
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2332 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 620 AND id_shop=1 LIMIT 1 |
0.323
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2352 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 2263 AND id_shop=1 LIMIT 1 |
0.323
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2373 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2959 AND `id_group` = 1 LIMIT 1 |
0.323
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2523 |
SELECT SQL_NO_CACHE name, alias FROM `uwhfq_hook_alias` |
0.323
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)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2171 |
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 = 794 LIMIT 1 |
0.323
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2714 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "25384"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.323
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2292) LIMIT 1 |
0.322
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 31 LIMIT 1 |
0.322
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1420 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 575 AND `id_shop` = 1 |
0.322
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1847 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "24521"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.322
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 790 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 20 AND `id_excluded_product` = 52
AND `id_shop` = 1 LIMIT 1 |
0.322
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 878 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 55 AND `id_shop` = 1 |
0.322
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1865 |
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 = 3671 LIMIT 1 |
0.322
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2546 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3674 LIMIT 1 |
0.322
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 51 LIMIT 1 |
0.321
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1956 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "06509"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.321
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2146 |
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 = 793 LIMIT 1 |
0.321
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 406 |
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.321
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 893 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00048"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.321
ms
|
2 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1822 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "23830"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.321
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2117 |
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 = 792 LIMIT 1 |
0.321
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2327 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 500 AND id_shop=1 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2654 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04672"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.321
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2372 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 2959 AND id_shop=1 LIMIT 1 |
0.320
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 52 LIMIT 1 |
0.320
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2089 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 783
AND `id_shop` = 1 LIMIT 1 |
0.320
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2115 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 792 |
0.320
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2225 |
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 = 1948 LIMIT 1 |
0.320
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2581 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3894 LIMIT 1 |
0.320
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2277) LIMIT 1 |
0.319
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3542 |
0.319
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 548 |
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 = 3542 LIMIT 1 |
0.319
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1842 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2819 LIMIT 1 |
0.319
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2310 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3697 LIMIT 1 |
0.319
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2283) LIMIT 1 |
0.318
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1537 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2478 |
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 = 2716 LIMIT 1 |
0.318
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 802 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 52 LIMIT 1 |
0.318
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2289) LIMIT 1 |
0.317
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 473 |
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 = 1301 LIMIT 1 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3542 LIMIT 1 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 936 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category_lang`
WHERE `id_category` = 178 AND `id_shop` = 1 |
0.317
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/leoelements/leoelements.php:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1228 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1582 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1014 AND `id_shop` = 1 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1907 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3672 LIMIT 1 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2181 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 794 LIMIT 1 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2298 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3697 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2367 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 2958 AND id_shop=1 LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2387 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 3876 AND id_shop=1 LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 698 |
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 = 31 LIMIT 1 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 761 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 20 AND `id_excluded_product` = 51
AND `id_shop` = 1 LIMIT 1 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1203 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2660 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3673 LIMIT 1 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2749 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2262 LIMIT 1 |
0.317
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1811 |
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 = 2667 LIMIT 1 |
0.316
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1198 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3335 AND `id_shop` = 1 |
0.316
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1532 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 985 AND `id_shop` = 1 |
0.316
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00054"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.315
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 51 LIMIT 1 |
0.315
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 919 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00052"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.315
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1461 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07960"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.315
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1614 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 1467 AND `id_group` = 1 LIMIT 1 |
0.315
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1863 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3671 |
0.315
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1902 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04669"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.315
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2605 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "20587"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.315
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1842 AND `id_shop` = 1 |
0.314
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 1301 LIMIT 1 |
0.314
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 733 |
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 = 50 LIMIT 1 |
0.314
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2119 |
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 = 792 LIMIT 1 |
0.314
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2628 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "16701"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.314
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2690 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2958 LIMIT 1 |
0.314
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 801 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 52 LIMIT 1 |
0.313
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1503 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 969 AND `id_shop` = 1 |
0.313
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 50 LIMIT 1 |
0.313
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1787 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.313
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 913 |
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 = 56 LIMIT 1 |
0.312
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1382 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 487 LIMIT 1 |
0.312
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1400 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.312
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1465 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 631 LIMIT 1 |
0.312
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1490 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 800 LIMIT 1 |
0.312
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1932 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3681 LIMIT 1 |
0.312
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2101 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 783 LIMIT 1 |
0.312
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2277 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3696 LIMIT 1 |
0.312
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2342 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 2252 AND id_shop=1 LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2293) LIMIT 1 |
0.312
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1950 |
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 = 3777 LIMIT 1 |
0.312
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2348 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2262 AND `id_group` = 1 LIMIT 1 |
0.312
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 731 |
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 = 50 LIMIT 1 |
0.311
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00041"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.311
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1128 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1954 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3777 LIMIT 1 |
0.311
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2229 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "18221"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.311
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2717 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "25384"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.311
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2596 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2263 |
0.311
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1395 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 528 AND `id_shop` = 1 |
0.310
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1838 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2819 |
0.310
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08667"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.310
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2286) LIMIT 1 |
0.310
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 826 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1173 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3334 AND `id_shop` = 1 |
0.310
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1371 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 23 AND `id_excluded_product` = 487
AND `id_shop` = 1 LIMIT 1 |
0.310
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1432 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07639"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.310
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2223 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1948 |
0.310
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2337 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uwhfq_product_shop`
WHERE `id_product` = 1788 AND id_shop=1 LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2309 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3697 LIMIT 1 |
0.309
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2346 LIMIT 1 |
0.309
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1622 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2302 AND `id_group` = 1 LIMIT 1 |
0.309
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1630 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2646 AND `id_group` = 1 LIMIT 1 |
0.309
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1790 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "23741"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.309
ms
|
3 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2125 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08845"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.309
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2479 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 804 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 52 LIMIT 1 |
0.308
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1429 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1557 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 990 AND `id_shop` = 1 |
0.308
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2659 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3673 LIMIT 1 |
0.308
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2704 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2959 |
0.308
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2736 |
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 = 2262 LIMIT 1 |
0.308
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2750 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2262 LIMIT 1 |
0.308
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1098 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1173 AND `id_shop` = 1 |
0.308
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 2280) LIMIT 1 |
0.307
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "01731"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.307
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.307
ms
|
24 |
|
|
/classes/SpecificPrice.php:284
/classes/SpecificPrice.php:347 (filterOutField)
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1840 |
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 = 2819 LIMIT 1 |
0.307
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3539 |
0.307
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 31 |
0.307
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1638 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2648 AND `id_group` = 1 LIMIT 1 |
0.307
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1868 |
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.307
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1933 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3681 LIMIT 1 |
0.307
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1946 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3777 |
0.307
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/modules/seosaproductlabels/seosaproductlabels.php:313 (getQuantityAvailableByProduct)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2173 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 794 LIMIT 1 |
0.306
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1908 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3672 LIMIT 1 |
0.306
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1986 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 783 LIMIT 1 |
0.306
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2257 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "22278"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.306
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 701 |
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` = 20
AND `id_shop` = 1 LIMIT 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 728 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 50 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1148 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 3336 AND `id_shop` = 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1813 |
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 = 2667 LIMIT 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1867 |
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 = 3671 LIMIT 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1871 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3671 LIMIT 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2273 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3696 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2582 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3894 LIMIT 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3539 LIMIT 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 793 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 20 LIMIT 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1053 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.305
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1123 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1444 AND `id_shop` = 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2282 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04681"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2622 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1788 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2624 |
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 = 1788 LIMIT 1 |
0.305
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 700 |
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 = 31 LIMIT 1 |
0.304
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "01737"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.304
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 796 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.304
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 846 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 54 AND `id_shop` = 1 |
0.304
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 863 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 54 LIMIT 1 |
0.304
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 866 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 54 LIMIT 1 |
0.304
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 882 |
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 = 55 LIMIT 1 |
0.304
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 889 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 55 LIMIT 1 |
0.304
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2128 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08845"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.304
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2383 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3674 AND `id_group` = 1 LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2346 LIMIT 1 |
0.303
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 858 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.303
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1449 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 631 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/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1896 |
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 = 3672 LIMIT 1 |
0.303
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2102 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 783 LIMIT 1 |
0.303
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 959 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 784 AND `id_group` = 1 LIMIT 1 |
0.302
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1048 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 771 AND `id_shop` = 1 |
0.302
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1492 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 800 LIMIT 1 |
0.302
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1777 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2648 AND `id_shop` = 1 |
0.302
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2248 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2425 |
0.302
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 817 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 53 AND `id_shop` = 1 |
0.302
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1383 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 487 LIMIT 1 |
0.302
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1237 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3337 LIMIT 1 |
0.301
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2144 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 793 |
0.301
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1384 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 487 LIMIT 1 |
0.300
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2512 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2280 |
0.300
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 951 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 771 AND `id_group` = 1 LIMIT 1 |
0.300
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1752 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2646 AND `id_shop` = 1 |
0.300
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2169 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 794 |
0.300
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2343 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2252 AND `id_group` = 1 LIMIT 1 |
0.300
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2626 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1788 LIMIT 1 |
0.300
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2648 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3673 |
0.300
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1723 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 2302 AND `id_shop` = 1 |
0.299
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1565 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10712"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.299
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2178 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08847"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.299
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2497 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2289 |
0.299
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 341 |
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 = 750 LIMIT 1 |
0.298
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 30 LIMIT 1 |
0.298
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00041"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.298
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 806 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 52 LIMIT 1 |
0.298
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 884 |
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 = 55 LIMIT 1 |
0.298
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2302 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3697 LIMIT 1 |
0.298
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2368 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2958 AND `id_group` = 1 LIMIT 1 |
0.298
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2476 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2716 |
0.298
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2547 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3674 LIMIT 1 |
0.298
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1131 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "13585"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.298
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1491 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 800 LIMIT 1 |
0.298
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 448 |
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 = 1842 LIMIT 1 |
0.297
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 1301 LIMIT 1 |
0.297
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00054"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.297
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.297
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2148 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 793 LIMIT 1 |
0.297
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2358 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2716 AND `id_group` = 1 LIMIT 1 |
0.297
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1876 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "04657"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.297
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1301 |
0.296
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1536 |
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 = 985 LIMIT 1 |
0.296
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1814 |
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` = 19
AND `id_shop` = 1 LIMIT 1 |
0.296
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2192 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 1028 AND `id_shop` = 1 |
0.296
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2502 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2286 |
0.296
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2388 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3876 AND `id_group` = 1 LIMIT 1 |
0.296
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2393 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3894 AND `id_group` = 1 LIMIT 1 |
0.296
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 31 LIMIT 1 |
0.295
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2333 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 620 AND `id_group` = 1 LIMIT 1 |
0.295
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 805 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 52 LIMIT 1 |
0.295
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 829 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00046"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.295
ms
|
2 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1586 |
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 = 1014 LIMIT 1 |
0.294
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 880 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 55 |
0.293
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1978 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 773 LIMIT 1 |
0.293
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2328 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 500 AND `id_group` = 1 LIMIT 1 |
0.293
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2353 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2263 AND `id_group` = 1 LIMIT 1 |
0.293
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2631 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "16701"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.293
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2680 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 19 LIMIT 1 |
0.293
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 867 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 54 LIMIT 1 |
0.292
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1073 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_product_lang`
WHERE `id_product` = 784 AND `id_shop` = 1 |
0.292
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1424 |
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 = 575 LIMIT 1 |
0.292
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1467 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 631 LIMIT 1 |
0.292
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2507 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2283 |
0.292
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1466 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 631 LIMIT 1 |
0.292
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1374 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 23 LIMIT 1 |
0.291
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2126 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 792 LIMIT 1 |
0.291
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2378 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 3673 AND `id_group` = 1 LIMIT 1 |
0.291
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1738 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "21150"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.291
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1900 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3672 LIMIT 1 |
0.291
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1951 |
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.290
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2258 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2425 LIMIT 1 |
0.290
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 30) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 941 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 579 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:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1050 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 771 |
0.290
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1077 |
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 = 784 LIMIT 1 |
0.290
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1974 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM uwhfq_category_group ctg
WHERE ctg.`id_category` = 336 AND ctg.`id_group` = 1 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:983 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1561 |
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 = 990 LIMIT 1 |
0.289
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 773) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08667"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.289
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 20 AND `id_excluded_product` = 50
AND `id_shop` = 1 LIMIT 1 |
0.289
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 850 |
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 = 54 LIMIT 1 |
0.289
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 922 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00052"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.289
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1607 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category_lang`
WHERE `id_category` = 334 AND `id_shop` = 1 |
0.289
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/leoelements/leoelements.php:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1845 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2819 LIMIT 1 |
0.289
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2286 |
0.288
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1056 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08773"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.288
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1403 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07348"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.288
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1782 |
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 = 2648 LIMIT 1 |
0.288
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2480 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2716 LIMIT 1 |
0.288
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1156 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "02100"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.287
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1399 |
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 = 528 LIMIT 1 |
0.287
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1756 |
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 = 2646 LIMIT 1 |
0.287
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "17217"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.286
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM uwhfq_category_group ctg
WHERE ctg.`id_category` = 87 AND ctg.`id_group` = 1 LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:983 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 852 |
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 = 54 LIMIT 1 |
0.286
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1052 |
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 = 771 LIMIT 1 |
0.286
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1106 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "11725"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.286
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1515 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10568"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.286
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1590 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10786"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.286
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2734 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2262 |
0.286
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 749 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:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3542 LIMIT 1 |
0.286
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1127 |
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 = 1444 LIMIT 1 |
0.286
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1735 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "21150"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.285
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2363 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 2814 AND `id_group` = 1 LIMIT 1 |
0.285
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Tools.php:1557 (getPriceStatic)
/classes/Category.php:1081 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2293 |
0.285
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 909 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 56 |
0.285
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1181 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "02097"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.285
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1892 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3672 |
0.285
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2741 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2655 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3673 LIMIT 1 |
0.284
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 949 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 771 LIMIT 1 |
0.284
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1081 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08801"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.284
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2274 |
0.283
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 917 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 56 LIMIT 1 |
0.283
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1453 |
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 = 631 LIMIT 1 |
0.283
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1507 |
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 = 969 LIMIT 1 |
0.283
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1509 |
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 = 969 LIMIT 1 |
0.283
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2201 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.283
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2745 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2262 LIMIT 1 |
0.283
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3539 LIMIT 1 |
0.282
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 31 LIMIT 1 |
0.282
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 861 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00047"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.282
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2120 |
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.282
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2154 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 793 LIMIT 1 |
0.282
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2508 |
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.282
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2283 |
0.282
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 734 |
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` = 20
AND `id_shop` = 1 LIMIT 1 |
0.281
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1202 |
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 = 3335 LIMIT 1 |
0.281
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1727 |
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 = 2302 LIMIT 1 |
0.281
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2513 |
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.281
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1540 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10698"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.281
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1102 |
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 = 1173 LIMIT 1 |
0.280
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2176 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 794 LIMIT 1 |
0.280
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1103 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.280
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1177 |
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 = 3334 LIMIT 1 |
0.280
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1874 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3671 LIMIT 1 |
0.280
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2198 |
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 = 1028 LIMIT 1 |
0.280
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2280 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3696 LIMIT 1 |
0.280
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1543 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10698"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.279
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2151 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 793 LIMIT 1 |
0.279
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2269 |
0.279
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 916 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.279
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2498 |
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.279
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 2959) 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
/modules/seosaproductlabels/seosaproductlabels.php:313 (getQuantityAvailableByProduct)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.278
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 344 |
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.278
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2280 |
0.278
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 821 |
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 = 53 LIMIT 1 |
0.278
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1227 |
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 = 3337 LIMIT 1 |
0.278
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1397 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 528 |
0.278
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1760 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "23738"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.278
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 750 LIMIT 1 |
0.277
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2272) LIMIT 1 |
0.277
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2289 |
0.277
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1206 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "02098"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.277
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2503 |
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.277
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2517 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2277 |
0.277
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2739 |
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` = 19
AND `id_shop` = 1 LIMIT 1 |
0.277
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1426 |
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 = 575 LIMIT 1 |
0.276
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1784 |
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 = 2648 LIMIT 1 |
0.276
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1820 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2667 LIMIT 1 |
0.276
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2629 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1788 LIMIT 1 |
0.276
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1248 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_category_lang`
WHERE `id_category` = 328 AND `id_shop` = 1 |
0.276
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/leoelements/leoelements.php:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1879 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3671 LIMIT 1 |
0.276
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2196 |
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 = 1028 LIMIT 1 |
0.276
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2233 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1948 LIMIT 1 |
0.276
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1725 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2302 |
0.275
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1897 |
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.275
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2652 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3673 LIMIT 1 |
0.275
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 704 |
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.275
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1234 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "02106"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.275
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1763 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "23738"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.275
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2123 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 792 LIMIT 1 |
0.275
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3539 LIMIT 1 |
0.274
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1152 |
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 = 3336 LIMIT 1 |
0.274
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1427 |
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.274
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1455 |
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 = 631 LIMIT 1 |
0.274
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1848 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2819 LIMIT 1 |
0.274
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1960 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3777 LIMIT 1 |
0.274
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2486 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2716 LIMIT 1 |
0.274
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 50 LIMIT 1 |
0.273
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 823 |
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 = 53 LIMIT 1 |
0.273
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 912 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 20 AND `id_excluded_product` = 56
AND `id_shop` = 1 LIMIT 1 |
0.273
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1729 |
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 = 2302 LIMIT 1 |
0.273
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2204 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10865"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.273
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2255 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2425 LIMIT 1 |
0.273
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2603 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2263 LIMIT 1 |
0.273
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2712 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2959 LIMIT 1 |
0.273
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 416 |
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.272
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 20 AND `id_excluded_product` = 31
AND `id_shop` = 1 LIMIT 1 |
0.272
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "00046"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.272
ms
|
2 |
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 914 |
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` = 20
AND `id_shop` = 1 LIMIT 1 |
0.272
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1231 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "02106"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.272
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1422 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 575 |
0.272
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1877 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3671 LIMIT 1 |
0.272
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1842 |
0.271
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3542 LIMIT 1 |
0.271
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1153 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1758 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2646 LIMIT 1 |
0.271
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2129 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 792 LIMIT 1 |
0.271
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2283 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3696 LIMIT 1 |
0.271
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE id_product
FROM `uwhfq_quantity_discount_rule_action_product`
WHERE `id_quantity_discount_rule_action` = 2277 |
0.271
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 937 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM uwhfq_category_group ctg
WHERE ctg.`id_category` = 178 AND ctg.`id_group` = 1 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:983 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1949 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 3777
AND `id_shop` = 1 LIMIT 1 |
0.271
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2483 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2716 LIMIT 1 |
0.271
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2524 |
SELECT SQL_NO_CACHE id_shop
FROM `uwhfq_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Group.php:388 (isAssociatedToShop)
/classes/Configuration.php:701 (getCurrent)
/classes/Configuration.php:689 (showPrices)
/modules/leofeature/leofeature.php:1376 (isCatalogMode)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2600 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2263 LIMIT 1 |
0.271
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 750 |
0.270
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 26 AND `id_group` = 1 LIMIT 1 |
0.270
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2761 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/module/Module.php:2262
/modules/leoelements/includes/widgets/LeoBlog.php:2158 (isEnabled)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2230 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1948 LIMIT 1 |
0.270
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 918 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 56 LIMIT 1 |
0.269
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 53 LIMIT 1 |
0.269
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 896 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 55 LIMIT 1 |
0.269
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1593 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10786"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.269
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1988 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 783 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:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2277) LIMIT 1 |
0.268
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 411 |
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.268
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 31 LIMIT 1 |
0.268
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 891 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 55 LIMIT 1 |
0.268
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1100 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1173 |
0.268
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1159 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "02100"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.268
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1518 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10568"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.268
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1534 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 985 |
0.268
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1895 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 3672
AND `id_shop` = 1 LIMIT 1 |
0.268
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2121 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.268
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2207 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10865"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.268
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 332 |
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` = 13 LIMIT 1 |
0.267
ms
|
0 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1079 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 784 LIMIT 1 |
0.267
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1109 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "11725"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.267
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1587 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1957 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3777 LIMIT 1 |
0.267
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2155 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 793 LIMIT 1 |
0.267
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2259 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2425 LIMIT 1 |
0.267
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2718 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2959 LIMIT 1 |
0.267
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1568 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "10712"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.267
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.266
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2273 |
0.266
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1435 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07639"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.266
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1823 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2667 LIMIT 1 |
0.266
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1779 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2648 |
0.266
ms
|
6 |
|
|
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/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.265
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)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1505 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 969 |
0.265
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1559 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 990 |
0.265
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1866 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 3671
AND `id_shop` = 1 LIMIT 1 |
0.265
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2278 |
0.265
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 431 |
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.264
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1842 LIMIT 1 |
0.264
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 887 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1134 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "13585"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.264
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1200 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3335 |
0.264
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1225 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3337 |
0.264
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2275) LIMIT 1 |
0.263
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 848 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 54 |
0.263
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3539 LIMIT 1 |
0.263
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1406 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07348"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.263
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1451 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 631 |
0.263
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2530 |
SELECT SQL_NO_CACHE `id_module` FROM `uwhfq_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.263
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 748 AND `id_group` = 1 LIMIT 1 |
0.262
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uwhfq_stock_available`
WHERE (id_product = 748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2281) LIMIT 1 |
0.262
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1209 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "02098"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.262
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2118 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 792
AND `id_shop` = 1 LIMIT 1 |
0.262
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1078 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.262
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1184 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "02097"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.262
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2284) LIMIT 1 |
0.261
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1084 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08801"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.261
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1584 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1014 |
0.261
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 426 |
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.261
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 892 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 55 LIMIT 1 |
0.261
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 436 |
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.260
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 50 LIMIT 1 |
0.260
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 50 LIMIT 1 |
0.260
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2632 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1788 LIMIT 1 |
0.260
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2707 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 19 AND `id_excluded_product` = 2959
AND `id_shop` = 1 LIMIT 1 |
0.260
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 421 |
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.260
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 50 LIMIT 1 |
0.260
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1401 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 528 LIMIT 1 |
0.260
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1464 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "07960"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.260
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1075 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 784 |
0.259
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2285) LIMIT 1 |
0.259
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1059 |
SELECT SQL_NO_CACHE `type_remise`, `montant`
FROM `0al_remises`
WHERE `reference` = "08773"
AND `quantite` <= 1
ORDER BY `quantite` DESC LIMIT 1 |
0.259
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1812 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 19 AND `id_excluded_product` = 2667
AND `id_shop` = 1 LIMIT 1 |
0.259
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2487 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2716 LIMIT 1 |
0.259
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 920 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 56 LIMIT 1 |
0.258
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2278) LIMIT 1 |
0.258
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3542 LIMIT 1 |
0.258
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1512 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1815 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 19 LIMIT 1 |
0.258
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1869 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.258
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2606 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2263 LIMIT 1 |
0.258
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2273) LIMIT 1 |
0.257
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 20 LIMIT 1 |
0.257
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 31 LIMIT 1 |
0.257
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 819 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 53 |
0.257
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1850 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2819 LIMIT 1 |
0.257
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2194 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1028 |
0.257
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2709 |
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` = 19
AND `id_shop` = 1 LIMIT 1 |
0.257
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/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_lang`
WHERE `id_quantity_discount_rule` = 2272 |
0.256
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2276) LIMIT 1 |
0.256
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2277 |
0.256
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1842 LIMIT 1 |
0.256
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1178 |
SELECT SQL_NO_CACHE name FROM uwhfq_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1849 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2819 LIMIT 1 |
0.256
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2260 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2425 LIMIT 1 |
0.256
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2715 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2959 LIMIT 1 |
0.256
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2742 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2262 LIMIT 1 |
0.256
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 50 LIMIT 1 |
0.256
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 750
AND `id_shop` = 1 LIMIT 1 |
0.255
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2281 |
0.255
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2270) LIMIT 1 |
0.255
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 895 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 55 LIMIT 1 |
0.255
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1588 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1014 LIMIT 1 |
0.255
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1878 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3671 LIMIT 1 |
0.255
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1961 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3777 LIMIT 1 |
0.255
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2130 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 792 LIMIT 1 |
0.255
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2488 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2716 LIMIT 1 |
0.255
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 30 AND `id_group` = 1 LIMIT 1 |
0.255
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2156 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 793 LIMIT 1 |
0.255
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 885 |
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` = 20
AND `id_shop` = 1 LIMIT 1 |
0.254
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE *
FROM uwhfq_leoelements_positions p |
0.253
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)
|
| 385 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2282) LIMIT 1 |
0.253
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2287) LIMIT 1 |
0.253
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 31
AND `id_shop` = 1 LIMIT 1 |
0.253
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 31 LIMIT 1 |
0.253
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1150 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3336 |
0.253
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1179 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3334 LIMIT 1 |
0.253
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1513 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 969 LIMIT 1 |
0.253
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1962 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3777 LIMIT 1 |
0.253
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2234 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 1948 LIMIT 1 |
0.253
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2285 |
0.252
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2280) LIMIT 1 |
0.252
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2283) LIMIT 1 |
0.252
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2283 |
0.252
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 824 |
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` = 20
AND `id_shop` = 1 LIMIT 1 |
0.252
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 888 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 55 LIMIT 1 |
0.252
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 923 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 56 LIMIT 1 |
0.252
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1730 |
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.252
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2285 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3696 LIMIT 1 |
0.252
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2279) LIMIT 1 |
0.251
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1175 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 3334 |
0.251
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1952 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.251
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1980 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 773 AND `id_group` = 1 LIMIT 1 |
0.251
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2284 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3696 LIMIT 1 |
0.251
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2275 |
0.251
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2271) LIMIT 1 |
0.251
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 31 LIMIT 1 |
0.251
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2274) LIMIT 1 |
0.250
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2284 |
0.250
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE 1 FROM `uwhfq_specific_price` WHERE id_product = 748 LIMIT 1 |
0.250
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1754 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 2646 |
0.250
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 2286) LIMIT 1 |
0.249
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 20 LIMIT 1 |
0.249
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 750 LIMIT 1 |
0.249
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2276 |
0.249
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1125 |
SELECT SQL_NO_CACHE `id_category` FROM `uwhfq_category_product`
WHERE `id_product` = 1444 |
0.249
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2131 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 792 LIMIT 1 |
0.249
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1229 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3337 LIMIT 1 |
0.248
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2270 |
0.248
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2737 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 19 AND `id_excluded_product` = 2262
AND `id_shop` = 1 LIMIT 1 |
0.248
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2282 |
0.247
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3542 LIMIT 1 |
0.247
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 745 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 50 LIMIT 1 |
0.247
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 921 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 56 LIMIT 1 |
0.247
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2286 |
0.246
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2280 |
0.246
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2287 |
0.246
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3539 LIMIT 1 |
0.246
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 31 LIMIT 1 |
0.246
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 853 |
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.246
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1566 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 990 LIMIT 1 |
0.246
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1824 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2667 LIMIT 1 |
0.246
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2279 |
0.245
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1456 |
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` = 19
AND `id_shop` = 1 LIMIT 1 |
0.245
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1510 |
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.245
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1538 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 985 LIMIT 1 |
0.245
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1569 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 990 LIMIT 1 |
0.245
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1788 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2648 LIMIT 1 |
0.245
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2235 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 1948 LIMIT 1 |
0.245
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1842 LIMIT 1 |
0.245
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.245
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1433 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 575 LIMIT 1 |
0.245
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1825 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2667 LIMIT 1 |
0.244
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2205 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1028 LIMIT 1 |
0.244
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1110 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1173 LIMIT 1 |
0.244
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1204 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3335 LIMIT 1 |
0.244
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1608 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM uwhfq_category_group ctg
WHERE ctg.`id_category` = 334 AND ctg.`id_group` = 1 LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:983 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:75 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:98 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2607 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2263 LIMIT 1 |
0.244
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2740 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 19 LIMIT 1 |
0.244
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE *
FROM `uwhfq_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 2271 |
0.243
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:784 (getMessage)
/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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:291 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1129 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1444 LIMIT 1 |
0.243
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1232 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3337 LIMIT 1 |
0.243
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1736 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2302 LIMIT 1 |
0.243
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2197 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 23 AND `id_excluded_product` = 1028
AND `id_shop` = 1 LIMIT 1 |
0.243
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 750 LIMIT 1 |
0.242
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1054 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 771 LIMIT 1 |
0.242
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1104 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1173 LIMIT 1 |
0.242
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1154 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3336 LIMIT 1 |
0.242
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1785 |
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` = 25
AND `id_shop` = 1 LIMIT 1 |
0.242
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1210 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3335 LIMIT 1 |
0.241
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1563 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 990 LIMIT 1 |
0.241
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1591 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1014 LIMIT 1 |
0.241
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 943 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_product_group_reduction_cache`
WHERE `id_product` = 579 AND `id_group` = 1 LIMIT 1 |
0.241
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/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1132 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1444 LIMIT 1 |
0.240
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1409 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 528 LIMIT 1 |
0.240
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1459 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 631 LIMIT 1 |
0.240
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2199 |
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.240
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 827 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 53 LIMIT 1 |
0.239
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 830 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 53 LIMIT 1 |
0.239
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1733 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2302 LIMIT 1 |
0.239
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 859 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 54 LIMIT 1 |
0.239
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 915 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 20 LIMIT 1 |
0.239
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1508 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 969
AND `id_shop` = 1 LIMIT 1 |
0.239
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2719 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2959 LIMIT 1 |
0.239
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2720 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2959 LIMIT 1 |
0.239
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 828 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 53 LIMIT 1 |
0.238
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1430 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 575 LIMIT 1 |
0.238
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1462 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 631 LIMIT 1 |
0.238
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2608 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2263 LIMIT 1 |
0.238
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1107 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1173 LIMIT 1 |
0.237
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2633 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 1788 LIMIT 1 |
0.237
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 925 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 56 LIMIT 1 |
0.236
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1207 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3335 LIMIT 1 |
0.236
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1057 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 771 LIMIT 1 |
0.236
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 924 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 56 LIMIT 1 |
0.235
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1135 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1444 LIMIT 1 |
0.235
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1182 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3334 LIMIT 1 |
0.235
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1404 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 528 LIMIT 1 |
0.235
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1157 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3336 LIMIT 1 |
0.235
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1764 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2646 LIMIT 1 |
0.235
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE `reduction`
FROM `uwhfq_group`
WHERE `id_group` = 1 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Group.php:131
/classes/Product.php:3740 (getReductionByIdGroup)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:171 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/override/modules/leoelements/leoelements.php:122 (_prepProducts)
/override/modules/leoelements/leoelements.php:81 (dedupAttempt)
/override/modules/leoelements/leoelements.php:38 (fetchWithDedupFloor)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1516 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 969 LIMIT 1 |
0.234
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1519 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 969 LIMIT 1 |
0.234
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2710 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 19 LIMIT 1 |
0.234
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1791 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2648 LIMIT 1 |
0.233
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 860 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 54 LIMIT 1 |
0.233
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2634 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 1788 LIMIT 1 |
0.233
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 883 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 20 AND `id_excluded_product` = 55
AND `id_shop` = 1 LIMIT 1 |
0.232
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1436 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 575 LIMIT 1 |
0.232
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1541 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 985 LIMIT 1 |
0.232
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1728 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 23 AND `id_excluded_product` = 2302
AND `id_shop` = 1 LIMIT 1 |
0.232
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1783 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 25 AND `id_excluded_product` = 2648
AND `id_shop` = 1 LIMIT 1 |
0.232
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 862 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 54 LIMIT 1 |
0.231
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1082 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 784 LIMIT 1 |
0.231
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1235 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3337 LIMIT 1 |
0.231
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1761 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2646 LIMIT 1 |
0.231
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2202 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1028 LIMIT 1 |
0.231
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 851 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 23 AND `id_excluded_product` = 54
AND `id_shop` = 1 LIMIT 1 |
0.230
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1060 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 771 LIMIT 1 |
0.230
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1425 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 21 AND `id_excluded_product` = 575
AND `id_shop` = 1 LIMIT 1 |
0.230
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1544 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 985 LIMIT 1 |
0.229
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1739 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 2302 LIMIT 1 |
0.229
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 856 |
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` = 20
AND `id_shop` = 1 LIMIT 1 |
0.229
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2208 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1028 LIMIT 1 |
0.229
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.227
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1185 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3334 LIMIT 1 |
0.227
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1594 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 1014 LIMIT 1 |
0.226
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1111 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 1173 LIMIT 1 |
0.225
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1160 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 3336 LIMIT 1 |
0.225
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1437 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 575 LIMIT 1 |
0.225
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1407 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 528 LIMIT 1 |
0.225
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 822 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 20 AND `id_excluded_product` = 53
AND `id_shop` = 1 LIMIT 1 |
0.224
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 750 LIMIT 1 |
0.224
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 831 |
SELECT SQL_NO_CACHE `prix_ttc` FROM `0al_prixttc` WHERE `id_product` = 53 LIMIT 1 |
0.224
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1236 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3337 LIMIT 1 |
0.224
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1085 |
SELECT SQL_NO_CACHE `wholesale_price` FROM `uwhfq_product` WHERE `id_product` = 784 LIMIT 1 |
0.223
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1428 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.223
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1454 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 19 AND `id_excluded_product` = 631
AND `id_shop` = 1 LIMIT 1 |
0.223
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 1842 LIMIT 1 |
0.223
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1136 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 1444 LIMIT 1 |
0.222
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 855 |
SELECT SQL_NO_CACHE `id_excluded_product`
FROM `uwhfq_seosaproductlabels_excluded`
WHERE `id_product_label` = 20 AND `id_excluded_product` = 54
AND `id_shop` = 1 LIMIT 1 |
0.221
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1112 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 1173 LIMIT 1 |
0.221
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 834 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 53 LIMIT 1 |
0.220
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1546 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 985 LIMIT 1 |
0.219
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1571 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 990 LIMIT 1 |
0.219
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1786 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 25 LIMIT 1 |
0.219
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1570 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 990 LIMIT 1 |
0.219
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 825 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 20 LIMIT 1 |
0.218
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1062 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 771 LIMIT 1 |
0.218
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1596 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 1014 LIMIT 1 |
0.218
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 835 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 53 LIMIT 1 |
0.218
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1545 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 985 LIMIT 1 |
0.218
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1211 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3335 LIMIT 1 |
0.217
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1438 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 575 LIMIT 1 |
0.217
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 750 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 1842 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1086 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 784 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1187 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3334 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1408 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 528 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1511 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 21 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1595 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 1014 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1740 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2302 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1741 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2302 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2209 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 1028 LIMIT 1 |
0.216
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1061 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 771 LIMIT 1 |
0.215
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1162 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3336 LIMIT 1 |
0.215
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2200 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 23 LIMIT 1 |
0.215
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1186 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3334 LIMIT 1 |
0.214
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1765 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 2646 LIMIT 1 |
0.214
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 2210 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 1028 LIMIT 1 |
0.213
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 854 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 23 LIMIT 1 |
0.213
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1137 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 1444 LIMIT 1 |
0.213
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1212 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 3335 LIMIT 1 |
0.213
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1520 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 969 LIMIT 1 |
0.213
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 886 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 20 LIMIT 1 |
0.212
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1457 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 19 LIMIT 1 |
0.212
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1521 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 969 LIMIT 1 |
0.212
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1766 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 2646 LIMIT 1 |
0.212
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1161 |
SELECT SQL_NO_CACHE `unity` FROM `uwhfq_product` WHERE `id_product` = 3336 LIMIT 1 |
0.211
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1087 |
SELECT SQL_NO_CACHE `unit_price` FROM `uwhfq_product`
WHERE `id_product` = 784 LIMIT 1 |
0.210
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1731 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 23 LIMIT 1 |
0.210
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 857 |
SELECT SQL_NO_CACHE image_hint FROM uwhfq_seosaproductlabels
WHERE id_product_label = 20 LIMIT 1 |
0.209
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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.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/c5/9f/96/c59f96bf889f13d8f3d0e84a549293889277a7b7_2.file.plist2912510785.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281bb941_77009643)
/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/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a2381281653b9_30443300)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a238127de5ca4_76793230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/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)
/controllers/front/IndexController.php:20 (exec)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|